Session deprecated
class Session (View source)
deprecated
Class Session.
\@package Concrete\Core\Session
Properties
static protected Application | $app |
Methods
DO NOT USE THIS METHOD Instead override the application bindings.
Details
static
setApplicationObject(Application $app)
deprecated
deprecated Create the session using $app->make('session');
DO NOT USE THIS METHOD Instead override the application bindings.
This method only exists to enable legacy static methods on the real application instance
static
start()
deprecated
deprecated Create the session using $app->make('session');
No description
static
testSessionFixation(Session $session)
deprecated
deprecated Use \Concrete\Core\Session\SessionValidator
No description