Displaying 1 result from an estimated 1 matches for "recent_activity_limit".
2010 May 20
0
plugins error
HI,
in my applicaition i want to use automatic sesssion cleaning.
i followed the website
http://agilewebdevelopment.com/plugins/limited_sessions
I have download this plugin, then configured session life time in
environment.rb like
CGI::Session::ActiveRecordStore::Session.recent_activity_limit =
2.hours. finally i have started my server while i am getting following
error
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:478:in
`const_missing'': uninitialized constant CGI::Session (NameError)
from
/home/manivannan/july1/GenuineTravelsTesting...