search for: _reminders_session_id

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

2007 Mar 13
0
Retrieve session_key
...t check to see what session key is being set in the application controller). As such, it doesn''t work unless you explicitly set the session key. Currently I just added a line to my application controller like so: UnobtrusiveJavascriptController.send :session, :session_key => ''_reminders_session_id'' I''d like to fix the UJS plugin and submit a patch, but I''m not sure how to best go about it. You can''t simply change the UnobtrusiveJavascriptController to derive from ApplicationController because it won''t know what it is when it loads. So possibly...