Class SessionStorage
Session based storage which is shared for one user accross requests.
This storage is in the session scope.
As PHP's session are thread safe this implementation doesn't provide a locking Mutex.
- bandwidthThrottle\tokenBucket\storage\SessionStorage implements bandwidthThrottle\tokenBucket\storage\Storage, bandwidthThrottle\tokenBucket\storage\scope\SessionScope
Final
Namespace: bandwidthThrottle\tokenBucket\storage
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at storage/SessionStorage.php
Namespace: bandwidthThrottle\tokenBucket\storage
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at storage/SessionStorage.php
public
|