HybridSessionStore_Database
class HybridSessionStore_Database extends HybridSessionStore_Base (View source)
Properties
| protected | string | $key | Session secret key  | 
                from HybridSessionStore_Base | 
Methods
Details
        
                            
    setKey(string $key)
        
    
    Assign a new session secret key
        
                    protected        string
    getKey()
        
    
    Get the session secret key
        
                    protected        int
    getLifetime()
        
    
    Get lifetime in number of seconds
        
                    protected        int
    getNow()
        
    
    Gets the current unix timestamp
        
                    protected        bool
    isDatabaseReady()
        
    
    Determine if the DB is ready to use.
        
                            
    open($save_path, $name)
        
    
    No description
        
                            
    close()
        
    
    No description
        
                            
    read($session_id)
        
    
    No description
        
                            
    write($session_id, $session_data)
        
    
    No description
        
                            
    destroy($session_id)
        
    
    No description
        
                            
    gc($maxlifetime)
        
    
    No description