View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
10223 | Feature requests | Authentication | public | 2016-01-12 16:30 | 2016-01-13 08:26 |
Reporter | jackwarner | Assigned To | |||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Summary | 10223: 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. | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Story point estimate | |||||
Users affected % | |||||
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. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-12 16:30 | jackwarner | New Issue | |
2016-01-13 08:26 | DenisChenu | Note Added: 34267 |