SessionAuthenticationHandler
class SessionAuthenticationHandler implements AuthenticationHandler (View source)
Authenticate a member passed on a session cookie
Methods
                    public                                                                            
                
                    setSessionVariable(string $sessionVariable)
        
                                            
                
            Set the session variable name used to track member ID
Details
        
                            string
    getSessionVariable()
        
    
    Get the session variable name used to track member ID
        
                            
    setSessionVariable(string $sessionVariable)
        
    
    Set the session variable name used to track member ID
        
                            Member|null
    authenticateRequest(HTTPRequest $request)
        
    
    No description
        
                            
    logIn(Member $member, bool $persistent = false, HTTPRequest $request = null)
        
    
    No description
        
                static    protected        
    regenerateSessionId()
        
    
    Regenerate the session_id.
        
                            
    logOut(HTTPRequest $request = null)
        
    
    No description