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

Allow Separate Store Session Expiration Option #85

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mullen3
Copy link

@mullen3 mullen3 commented Mar 9, 2017

This pull request adds an option that allows you to specify a separate timeout for the expiration of the session in redis than the expiration set on the cookie. This flexibility allows you to use a transient cookie that still expires if the browser is left open.

I have also added a few specs for the different expiration scenarios.

@mullen3
Copy link
Author

mullen3 commented Mar 9, 2017

Ah it looks like a similar feature was proposed in #84. Do the maintainers have a preference between the two options and implementations?

@mullen3
Copy link
Author

mullen3 commented Mar 15, 2017

@roidrage @meatballhat Friendly bump. I'm happy to fix the RuboCop style issues if the maintainers have interest in this feature.

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

Successfully merging this pull request may close these issues.

1 participant