Skip to content

Releases: silverstripe/silverstripe-dynamodb

Fixed issue where session_lifetime was not being assigned properly

03 Mar 21:42
Compare
Choose a tag to compare

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

03 Mar 22:15
Compare
Choose a tag to compare
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

23 Nov 20:52
Compare
Choose a tag to compare

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

23 Nov 20:39
Compare
Choose a tag to compare

This release bumps the AWS PHP SDK to a version that allows session_id regeneration.

1.0.1

11 Aug 00:22
Compare
Choose a tag to compare
Remove logging configuration, not the right module