Out of curiosity, do you have a config.action_controller.session entry in
config/environment.rb? It should look something like:

  config.action_controller.session = {
    :session_key => '_<your_app_name>_session',
    :secret      => '<some_long_alpha_numeric_string>'
  }

Also, in Rails 2.x, the default session store is cookies:

http://ryandaigle.com/articles/2007/2/21/what-s-new-in-edge-rails-cookie-based-sessions

Regards,
Craig

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to