Manual:SessionManager.php

Category:MediaWiki code#SessionManager.php

Entry point to the MediaWiki session handling system. See Manual:SessionManager and AuthManager for detailed information.

Implements

SessionManagerInterface

Methods

Most methods are intended for internal use by the software. Methods available to other callers include:

  • getGlobalSession() - static function for returning the Session, either for PHP's session_id(), or else, if session_id() is not set, for RequestContext::getMain()->getRequest().
  • methods of the SessionManagerInterface (see there).
Category:MediaWiki code