Session
    
            
            in package
            
        
    
    
    
        
            Permite gestionar la sesión del usuario.
Tags
Table of Contents
Properties
$data
    private
    static    mixed
    $data
     = []
        
        
    
Methods
get()
    public
            static        get(string $key) : mixed
        
        Parameters
- $key : string
 
Return values
mixed —getClientIp()
    public
            static        getClientIp() : string
        
    
    
        Return values
string —set()
    public
            static        set(string $key, mixed $value) : void
        
        Parameters
- $key : string
 - $value : mixed
 
Return values
void —user()
    public
            static        user() : User