I’m implementing simple “remember me” functionality for logging in
users with Rails 2.3.4. I’m trying to set the session expiration date
for some time in the future. After googling around a bit I found this
post which seems to address my problem:
I am also looking for a solution to this problem. It took me long
enough to figure out how to set the cookie domain going from Rails
2.2.2 to 2.3.4, now my cookies appear to expire daily instead of
never