View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
10223Feature requestsAuthenticationpublic2016-01-13 08:26
Reporterjackwarner Assigned To 
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary10223: Support Amazon DynomoDB for saving session state
Description

Allow horizontally scaled LimeSurvey installations on the AWS platform

Additional Information

See http://docs.aws.amazon.com/aws-sdk-php/v2/guide/feature-dynamodb-session-handler.html

The DynamoDB Session Handler is a custom session handler for PHP that allows developers to use Amazon DynamoDB as a session store. Using DynamoDB for session storage alleviates issues that occur with session handling in a distributed web application by moving sessions off of the local file system and into a shared location. DynamoDB is fast, scalable, easy to setup, and handles replication of your data automatically.

The DynamoDB Session Handler uses the session_set_save_handler() function to hook DynamoDB operations into PHP's native session functions to allow for a true drop in replacement. This includes support for features like session locking and garbage collection which are a part of PHP's default session handler.

TagsNo tags attached.
Bug heat2
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2016-01-13 08:26

developer   ~34267

Session is managed by Yii not by LimeSUrvey.

Seels Yii2 have this : https://github.com/vkbala/yii2-dynamodb-session

But not Yii1.1 .

For 3.0 or more then.

Issue History

Date Modified Username Field Change
2016-01-12 16:30 jackwarner New Issue
2016-01-13 08:26 DenisChenu Note Added: 34267