Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
session time not expire
tegnux
New
hi
how to configure the session Length time work
My config.php is:
$Configuration['Garden']['Cookie']['Salt'] = 'bf9oCwTa3DAb0rBD';
$Configuration['Garden']['Cookie']['Domain'] = '';
$Configuration['Garden']['Cookie']['Name'] = 'xdtedxdtedbull';
$Configuration['Garden']['Session']['Length'] = '15 minutes';
and not work
Tnx .. Sorry for my bad english
0
Comments
Session cookies are valid for 60 minutes or until removed.
There is no way to shorten the expiration based on a config setting that I can see.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
You can be configured ?
only clean session until removed cookies, not for time
Sorry for my english
The session cookies are only set for an hour. If the page is closed for an hour, the session should be cleared.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.