Manual:ImmutableSessionProviderWithCookie.php
MediaWiki file: ImmutableSessionProviderWithCookie.php | |
---|---|
Location: | includes/session/ |
Source code: | master • 1.43.1 • 1.42.6 • 1.39.12 |
Classes: | MediaWiki\Session\ImmutableSessionProviderWithCookie |
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