SessionInterface
interface SessionInterface implements SessionInterface (View source)
Methods
bool | exists(string|array $key) Checks if an attribute exists. | |
SessionHandlerInterface | getHandler() Get the session handler instance. | |
bool | handlerNeedsRequest() Determine if the session handler needs a request. | |
void | setRequestOnHandler(Request $request) Set the request on the handler instance. |
Please login to continue.