class Session (View source)

deprecated

Class Session.

\@package Concrete\Core\Session

Properties

static protected Application $app

Methods

static 
setApplicationObject(Application $app) deprecated

DO NOT USE THIS METHOD Instead override the application bindings.

static 
start() deprecated

No description

static 
testSessionFixation(Session $session) deprecated

No description

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

Parameters

Application $app

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

Parameters

Session $session