Releases: silverstripe/silverstripe-dynamodb
Releases · silverstripe/silverstripe-dynamodb
Fixed issue where session_lifetime was not being assigned properly
This release fixes an issue where the session_lifetime for the dynamodb engine was being ignored; falling back to php's session.gc_maxlifetime
setting instead
Also, late static binding is used to instantiate the DynamoDbSession
object for better extensibility.
Fixed issue where session_lifetime was not being assigned properly
Merge pull request #15 from dhensby/pulls/1.1/patch-session-timeout FIX session_lifetime not being set correctly
Access to the AWS SDK handler
This release allows the code to get the underlying AWS session handler for dynamodb via
DynamoDbSession::get()->getHandler()
See the AWS DynamoDB Session Handler for more information.
Session regeneration
This release bumps the AWS PHP SDK to a version that allows session_id
regeneration.