Session Functions

Function Returns Description
session_decode(string) Boolean Decodes the session data.
session_destroy() Boolean Ends the current session.
session_encode() String Encodes the session data.
session_id([sid]) String Sets or gets the current session id.
session_is_registered(var) Boolean Checks if the specified variable is registered in the current session.
session_module_name([module]) String Sets or gets the name of the current session module.
session_name([name]) String Sets or gets the name of the current session.
session_register(var) Boolean Registers the specified variable with the current session.
session_save_path([path]) String Sets or gets the current path where sessions are being saved.
session_start() Boolean Starts a session.
session_unregister(var) Boolean Unregisters a variable with the current session.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset