search for: _sm_session

Displaying 1 result from an estimated 1 matches for "_sm_session".

2009 Feb 19
1
Switching to ActiveRecord Session Store
...the initializer block of each separate store''s ruby classes in vendor rails, and only "cookie_store initialized" come out. What am I missing here? I''ve tried commenting out the secret key lines: #config.action_controller.session = { # :session_key => ''_sm_session'', # :secret => ''thisisJohnsSecretCodeItNeedsLotsofCharacters'' #} but I immediately get server failures because the cookie store needs them and is still active. I also tried replacing the config.action_controller.session_store = :active_record_store line with : A...