SCHLIX\cmsSessionHandler

Public Methods

public __construct()
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 typegetUniqueIPAddressWithinDay(int $days)
Get a list 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