-
Notifications
You must be signed in to change notification settings - Fork 188
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
status of this gem #129
Comments
Yes, it is still maintained. Can you please provide a sample application that reproduces the error? |
How do I do that? I just do an app with the minimal gems and config to reproduce this error or I need to provide a special script? |
Just an application with the minimal gems available on github is fine. |
the _session_id should be passed in the parameters, check to make sure
it looks like your data is very long. check the length of the field
that screenshot looks normal to me. you'll notice that every _session_id is unique |
No it is supposed to pick up your session on each request. Examine the _session_id in your browser, then examine it on the Rails side and make sure it is being passed consistently and correctly. this gem has worked fine for years so it is not a question of "being maintained"… what has happened is that the web has evolved into new paradigms and left Rails behind in many ways. also debugging session problems is actually difficult |
Can this issue be closed? |
Is this gem still being maintained?
I am using activerecord-session_store (1.1.1) and devise (4.4.3) on rails 5.1.6 and ruby 2.5.0p0. I am getting lots of this message. This application was updated from rails 4.2.3 to 5.1.6
When I am logging in, the session is sometimes lost and I need to re-enter my user and password (I am sure my user and password are correct) and sometimes it works fine.
When I already logged in, the message is still being logged but my application works fine.
Also, the sessions table is being flooded with repeated information, I think.
Can someone point me out in the right direction to solve this?
The text was updated successfully, but these errors were encountered: