universalcore / springboard

Bootstrap Universal Core applications easily
http://springboard.readthedocs.org/
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Use Redis for session storage #17

Open Rizziepit opened 9 years ago

smn commented 9 years ago

Can we do without Redis completely and store session state in cookies?

Rizziepit commented 9 years ago

We can use beaker's CookieSession. I'm storing user data from unicore.hub in the session though. Not sure if it's ok to put that in cookies. I can put it in memcached instead.

smn commented 9 years ago

Are we storing sensitive information and is it signed?

Rizziepit commented 9 years ago

Yes and yes.