Namespace Aws\DynamoDb\Session
Namespaces summary
| Aws\DynamoDb\Session\LockingStrategy |
Classes summary
| SessionHandler | Provides an interface for using Amazon DynamoDB as a session store by hooking
into PHP's session handler hooks. Once registered, You may use the native
$_SESSION superglobal and session functions, and the sessions will
be stored automatically in DynamoDB. DynamoDB is a great session storage
solution due to its speed, scalability, and fault tolerance. |
| SessionHandlerConfig | A simple object containing config values for the session handler |
| SessionHandlerInterface |