Manual:ImmutableSessionProviderWithCookie.php

Category:MediaWiki code#ImmutableSessionProviderWithCookie.php

A base SessionProvider class which does not persist the user but optionally uses a cookie to support multiple IDs per session. In the way it lets you use session cookies, it allows you to turn methods that are technically "cannot persist ID" into methods that are of the type "can persist ID but not changing User" (see the general SessionProvider documentation).

Extends

Extended by

Examples of extensions that extend this class include

See also

Category:MediaWiki code