Class CGI::Session::CachetasticStore
In: lib/cachetastic/rails_extensions/cgi_session_store.rb
Parent: Object

Allows Rails to use Cachetastic for it‘s session store. The setting below needs to happen AFTER the gem has been required, obviously! In Rails 1.2.6 this is AFTER the initializer block.

  ActionController::Base.session_store = :cachetastic_store

[Validate]