Skip to content

Instantly share code, notes, and snippets.

@timmyc
Created July 21, 2009 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timmyc/151384 to your computer and use it in GitHub Desktop.
Save timmyc/151384 to your computer and use it in GitHub Desktop.
ActionController::Base.session = {
:key => '_uploadify_session',
:secret => 'eightequalsdmehblehfoo'
}
ActionController::Dispatcher.middleware.insert_before(ActionController::Base.session_store, FlashSessionCookieMiddleware, ActionController::Base.session_options[:key])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment