Interface SessionScope
Marker interface for the session scope.
The session scope is available per session (i.e. per user).
A Token bucket which uses a storage of the session scope can limit a rate for a resource within a session. E.g. limit an API usage per user.
Direct known implementers
bandwidthThrottle\tokenBucket\storage\SessionStorage
Namespace: bandwidthThrottle\tokenBucket\storage\scope
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at storage/scope/SessionScope.php
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
Link: Donations
Located at storage/scope/SessionScope.php