Class SessionStorage
Session Based Storage
$_SESSION
based key-value storage for persistence.
Note that PHP stores session data by default in local file, which means the storage data will only be available to local server instance. In a distributed deployment, requests of same user might be routed to different instances, where session data might be not avaialible. In such cases this session based storage should not be used.
- LeanCloud\Storage\SessionStorage implements LeanCloud\Storage\IStorage
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
|