Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Admin Session Lifetime


Go to End


1737 Views

Avatar
steveforest

Community Member, 9 Posts

1 June 2011 at 12:28am

Hi,

I was wondering how the session lifetime works for SS and how I can control that. I'm a Joomla defector and it is pretty easy to control that in J! backend

I found 2 threads from this forum, but these have no answers :
http://www.silverstripe.org/general-questions/show/13463
http://www.silverstripe.org/archive/show/2912

This solution is not working either... leads me to a server error... (maybe I don't use it well)

php_value session.gc_probability 1
php_value session.gc_divisor 100
php_value session.gc_maxlifetime 3600
php_value session.save_path /mnt/stor1-wc1-dfw1/123456/www.domain.com/web/sessions

I also read to disable the Form Security Tokens but I'm not sure I trust that... Opinions seem mixed.

Thank to the community