Summary
- File
- Package hierarchy User\session
- Class hierarchy \Session
This class manages all sessions for the users.
Session::gc(); Session::start();
This class manages all sessions for the users.
Session::gc(); Session::start();
__static()
None found |
gc()
None found |
start()
None found |
create( $user_id, $autoconnect = false)
$user_id | ||
$autoconnect |
None found |
delete(\SessionData $session)
Delete the session in database. The current session stays alive for the rest of the request and a visitor session will be created at the next request.
\SessionData | $session |
None found |
connect()
None found |
autoconnect()
None found |
create_visitor()
None found |