Hi everyone,
we've found the cause of the timeouts we were having when leaving a page open for too long. It turned out to be a memcache setting in production.rb

config.action_controller.session_store = :mem_cache_store
ActionController::Base.session_options[:expires] = 1800

I was going to add this in to the Troubleshooting section of the Reboot, but wasn't quite sure as it isn't actually Radiant issue as such. This setting isn't in production.rb by default -it was something that we had added in at some point.

regards

Ben


Josh French wrote:
There is a session timeout, but it defaults to two weeks (see lib/radiant/setup.rb) -- either that's a REALLY long article, or something else is afoot. Ben, what version of Radiant are you using? The default session store was switched to cookies at the same time the remember-me functionality was introduced; my first guess would be some unforeseen corner case involving cookie handling.

j

On Aug 13, 2008, at 8:50 AM, [EMAIL PROTECTED] wrote:

With the latest Radiant, you also have the "Remember me" functionality
that can be used to keep her logged in.  I don't recall there being a
default session timeout, but I may be mistaken.

_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


--
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to