Dancer2 and Storable session
Hi, i'm writing an application for a security appliance. Thus, i don't want session to be store on the browser side with cookie, but on the server. I'm searching fr a session engine that can store session data on the server and encrypted. Is there any? regards
1. There is an encrypted cookie session engine. 2. You could store it on the server itself, removing the need to encrypt it. 3. Storable has nothing to do with it since it's just binary serialization. On Fri, Nov 8, 2013 at 9:39 PM, Tzacos <tzacos@free.fr> wrote:
Hi,
i'm writing an application for a security appliance. Thus, i don't want session to be store on the browser side with cookie, but on the server. I'm searching fr a session engine that can store session data on the server and encrypted. Is there any?
regards _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
participants (2)
-
sawyer x -
Tzacos