when setting it in my environment.rb
config.action_controller.session = {
:session_key => '_myapp_session',
:secret => '3a64394bb895f1f05e0c07f71127d93d'
}
I cannot get it back in the script/console ..
:session_key=>"_session_id" !!!
why ?
when setting it in my environment.rb
config.action_controller.session = {
:session_key => '_myapp_session',
:secret => '3a64394bb895f1f05e0c07f71127d93d'
}
I cannot get it back in the script/console ..
:session_key=>"_session_id" !!!
why ?