Craig Demyanovich wrote:
> 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
I do have that in my envirnments.rn, however, my session_key says:
=>_newen_session
and that isn't the name of my app. My app name is new_trunk[trunk],
should it be named something else?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---