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

user.reset_persistence_token! forgets expires time? #144

Closed
hawe opened this issue Jun 2, 2010 · 1 comment
Closed

user.reset_persistence_token! forgets expires time? #144

hawe opened this issue Jun 2, 2010 · 1 comment

Comments

@hawe
Copy link

hawe commented Jun 2, 2010

When I do user.reset_persistence_token! it creates a new cookie because of automatic session maintenance. But it forgets to set when to expire the new cookie. My work-around is this:

user.reset_persistence_token!
user_session.save

@jaredbeck
Copy link
Collaborator

Hello, I'm going through old authlogic issues and seeing what to do with them.
This one looks a bit like a usage question and a bit like a feature request.

If this is a feature request, it's still relevant, and you are committed to
implementing it, please open a new issue and we can discuss your implementation
plan.

If this is a usage question, please ask it on stackoverflow. Unfortunatley,
we just don't have enough volunteers to handle usage questions on github. Also,
please check the reference documentation. You might find something there
that's not in the readme.

Thanks!

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