Delete a session stored in DynamoDB.
Part of the standard PHP session handler interface.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The session ID. |
|
|
Optional |
Whether or not the handler is doing garbage collection. |
Returns
Type |
Description |
---|---|
Whether or not the operation succeeded. |
Source
Method defined in extensions/dynamodbsessionhandler.class.php | Toggle source view (26 lines) | View on GitHub