Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8267789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:39:34+00:00 2026-06-08T05:39:34+00:00

While logging in via the API, I get back some cookies from the Wikimedia

  • 0

While logging in via the API, I get back some cookies from the Wikimedia framework:

mywikiUserName=myusername;
mywiki_session=a27c625a1babc58ad7cc11e317c9eed2;
mywikiLoggedOut=20120723255540″;

I wonder what the mywikiLoggedOut=20120723211540 is about?

I havn’t found documentation regarding this, so any help is appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T05:39:37+00:00Added an answer on June 8, 2026 at 5:39 am

    Doing a simple git grep on the MediaWiki repository will point you to the doLogout() function in includes/User.php:

    /**
     * Clear the user's cookies and session, and reset the instance cache.
     * @see logout()
     */
    public function doLogout() {
        $this->clearInstanceCache( 'defaults' );
    
        $this->getRequest()->setSessionData( 'wsUserID', 0 );
    
        $this->clearCookie( 'UserID' );
        $this->clearCookie( 'Token' );
    
        # Remember when user logged out, to prevent seeing cached pages
        $this->setCookie( 'LoggedOut', wfTimestampNow(), time() + 86400 );
    }
    

    The code of the function and the comment make it clear that this cookie indicates when you last logged out and is used to control caching of pages (presumably so that the pages don’t look like you were still logged in after you log out).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm logging into an API via [NSHTTPCookieStorage setCookie] . http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSHTTPCookieStorage_Class/Reference/Reference.html If I log in
I've run into a situation (while logging various data changes) where I need to
I have something wich looks to me like race condition while logging to file
I wanted to keep my logging statements as short as possible while preventing console
while looking at some code I stumbled onto: throw /*-->*/new std::exception (//... and I
While logging in to msn-messenger you have these nifty textboxes that show you what
While logging off in Windows XP the system is sending the message with code
I am using Dope-openid library in my website but while logging in with a
I could do with some help on my REST API. I'm writing a Node.js
I'm writing a Django-based webapp that imports a Cocoa framework via PyObjC. The Cocoa

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.