Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Redis for session storage #17

Open
Rizziepit opened this issue Mar 20, 2015 · 4 comments
Open

Use Redis for session storage #17

Rizziepit opened this issue Mar 20, 2015 · 4 comments

Comments

@Rizziepit
Copy link
Contributor

No description provided.

@smn
Copy link
Contributor

smn commented May 20, 2015

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

@Rizziepit
Copy link
Contributor Author

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
Copy link
Contributor

smn commented May 25, 2015

Are we storing sensitive information and is it signed?

@Rizziepit
Copy link
Contributor Author

Yes and yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants