[AWS] Centralized session storage

Thomas Løcke thomas.granvej6 at gmail.com
Mon Nov 28 16:19:29 CET 2011


On Mon, Nov 28, 2011 at 3:38 PM, Pascal Obry <pascal at obry.net> wrote:

>
> AWS.Session is not that big and all the storage is done in the Database
> protected object. Maybe this could be put outside of the AWS.Session
> package and create two bodies. One which stores the Session IDs into an
> hash table as of today, and another one that can store remotely.
>
> It would even be nicer to have an Interface for the session support
> (basically set/get) and have an implementation based on a map and
> another using a DB or a separate AWS module with SOAP interface.
>
> Just some idea, all this will require a bit more thoughts to get right.



Another option is adding something like this:

http://dk.php.net/manual/en/function.session-set-save-handler.php

It would be a flexible solution, that could probably be added without too
much fuss.

:o)
Thomas Løcke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/aws/attachments/20111128/30ac4b0f/attachment.htm 


More information about the AWS mailing list