InstallationApplicationWeb::loadSession
Allows the application to load a custom or default session.
The logic and options for creating this object are adequately generic for default cases but for many applications it will make sense to override this method and create a session, if required, based on more specific needs.
Signature
public function loadSession([JSession
$session = null] )
Parameters
-
$session
- An optional session object. If omitted, the session is created.
Returns
- InstallationApplicationWeb
- This method is chainable.