I would like authogic to never set the user_credentials cookie and use only the standard Rails session cookie.
I see that Session included in Authlogic::Session::Session::Base after Cookies . If I log in to my application and then delete the user_credentials cookie, I remain in the system anyway. So what does authlogic seem to store credentials in both places and check both places? Or ignore the cookie, but still setting it up? How can I set it or not link to the user_credentials cookie?
ruby-on-rails cookies session authlogic
John bachir
source share