SCHLIX\cmsSessionHandler

Inherited from SessionHandlerInterface

Public Methods

public __construct()
public start()
Start session
public boolopen($save_path, $session_name)
Open the session
public boolclose()
Close the session
public string string of the sessoinread($id)
Read the session
public intgetUniqueIPAddressWithinDay(int $days)
Get count of unique IP addresses within x days
public intgetCountWithinSeconds(int $seconds)
Return the total number of active sessions within x seconds
public boolwrite($id, $data)
Write the session
public booldestroy($id)
Destroy the session
public gc($maxlifetime)
Garbage Collector