Session
class Session (View source)
Methods
static void
secure()
tries to secure session from hijacking and fixation should be called before login and after successful login (only required if sensitive information stored in session)
static void
Details
static void
secure()
tries to secure session from hijacking and fixation should be called before login and after successful login (only required if sensitive information stored in session)
static void
setUp(Config $config, ErrorHandler $errorHandler)
No description