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:
http://squarewheel.pl/posts/3 My modifications to request.session_options are being ignored. According to this discussion ( http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/f2e945a4b1ce3cf2/b2ba91b16a10fd0d?#b2ba91b16a10fd0d ) using request.session_options to modify your session cookie is currently broken. Is that correct? Thanks! James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

