23 public function read($session_id) {
30 public function write($session_id, $session_data) {
51 public function gc($max_lifetime) {
open($save_path, $name)
Re-initialize existing session, or creates a new one.Called when a session starts or when session_sta...
read($session_id)
Reads the session data from the session storage, and returns the results.The session id...
if($guid==elgg_get_logged_in_user_guid()) $name
close()
Closes the current session.boolean
destroy($session_id)
Destroys a session.The session id. boolean
gc($max_lifetime)
Cleans up expired sessions.Sessions not updated for max_lifetime seconds are removed. boolean
write($session_id, $session_data)
Writes the session data to the session storage.The session id. The encoded session data...