Open
Description
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
[2018-05-07 13:44:56 -0500] [anonymous] [127.0.0.1] (1.7ms) BEGIN
[2018-05-07 13:44:56 -0500] [anonymous] [127.0.0.1] SQL (1.7ms) UPDATE "sessions" SET "data" = $1, "updated_at" = $2 WHERE "sessions"."id" = $3 [["data", "BAh7B0kiGV90dXJib2xpbmtzX2xvY2F0aW9uBjoGRUZJIi9odHRwOi8vbG9j\nYWxob3N0OjMwMDAvYWNhZGVtaWMtZnJpZGF5LTIwMTgGOwBUSSIKZmxhc2gG\nOwBUewdJIgxkaXNjYXJkBjsAVFsASSIMZmxhc2hlcwY7AFR7BkkiCmFsZXJ0\nBjsARkkiAcE8aSBjbGFzcz0iZmEgZmEtdGh1bWJzLW8tdXAgZmEtMngiIGFy\naWEtaGlkZGVuPSJ0cnVlIj48L2k+Jm5ic3A7R3JhY2lhcyBwb3Igc3UgaW50\nZXJlcyBlbiBlbCBBY2FkZW1pYyBGcmlkYXkgcGVybyBlbCBldmVudG8geWEg\ndGVybWluw7MuIExvIGVzcGVyYW1vcyBlbiAyMDE5IGVuIGVsICI1dGggQW5u\ndWFsIEFjYWRlbWljIEZyaWRheS4iBjsAVA==\n"], ["updated_at", "2018-05-07 18:44:56.542393"], ["id", 34705]]
[2018-05-07 13:44:56 -0500] [anonymous] [127.0.0.1] (3.8ms) COMMIT
Warning! ActionDispatch::Session::ActiveRecordStore failed to save session. Content dropped.
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?
Metadata
Metadata
Assignees
Labels
No labels