Mantis - Quercus
Viewing Issue Advanced Details
854 minor always 01-11-06 09:59 01-12-06 19:30
sam  
 
normal  
closed 3.0.17  
fixed  
none    
none 3.0.18  
0000854: session library
needs work:

session_set_save_handler

unimplemented:

session_commit -- Alias of session_write_close()
session_decode -- Decodes session data from a string
session_encode -- Encodes the current session data as a string
session_get_cookie_params -- Get the session cookie parameters
session_is_registered -- Find out whether a global variable is registered in a session
session_module_name -- Get and/or set the current session module
session_regenerate_id -- Update the current session id with a newly generated one
session_register -- Register one or more global variables with the current session
session_save_path -- Get and/or set the current session save path
session_unregister -- Unregister a global variable from the current session
session_unset -- Free all session variables
session_write_close -- Write session data and end session


Notes
(0000697)
ferg   
01-12-06 19:30   
these are already completed