39 'id' => str_repeat(
'x', 32 ),
unpersistSession(WebRequest $request)
Remove any persisted session from a request/response.
persistsSessionId()
Yes we will treat your data with great care!
canChangeUser()
Sure, you can be whoever you want, as long as you have ID 0.
provideSessionInfo(WebRequest $request)
Pretend there is a session, to avoid MWCryptRand overhead.
persistSession(SessionBackend $session, WebRequest $request)
Persist a session into a request/response.
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...