Jump to content

Manual:ImmutableSessionProviderWithCookie.php

From mediawiki.org

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

[edit]

Extended by

[edit]

Examples of extensions that extend this class include

See also

[edit]