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

Fix improper millisecond conversion of inactive timeout #59

Merged
merged 1 commit into from
Jan 18, 2015

Conversation

michaelcameron
Copy link
Contributor

When creating a new session, the RedisSessionManager was correctly setting the sessions MaxInactiveInterval to the manager's getMaxInactiveInterval(), but when deserializing a redis session it set it to getMaxInactiveInterval() * 1000, thus mis-representing the expiration time of the session.

jcoleman added a commit that referenced this pull request Jan 18, 2015
Fix improper millisecond conversion of inactive timeout
@jcoleman jcoleman merged commit a22bb01 into jcoleman:master Jan 18, 2015
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.

2 participants