Todo List
Implementation of the abstract MantisBT session interface using standard PHP sessions stored on the server's filesystem according to PHP's session.* settings in 'php.ini'.
Located in /core/session_api.php [line 53]
MantisSession | --MantisPHPSession
Methods
Inherited From MantisSession
MantisSession::$id
MantisSession::__construct() MantisSession::delete() MantisSession::destroy() MantisSession::get() MantisSession::set()
MantisPHPSession __construct( [ $p_session_id = null] )
void delete( $p_name )
void destroy( )
void get( $p_name, [ $p_default = null] )
void set( $p_name, $p_value )