mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-22 01:19:54 -04:00
Disable automatic session id regeneration because ajax requests cause it to bomb.
This commit is contained in:
@@ -58,7 +58,7 @@ $config['expiration'] = 604800; // 7 days
|
||||
* Number of page loads before the session id is regenerated.
|
||||
* A value of 0 will disable automatic session id regeneration.
|
||||
*/
|
||||
$config['regenerate'] = 100;
|
||||
$config['regenerate'] = 0;
|
||||
|
||||
/**
|
||||
* Percentage probability that the gc (garbage collection) routine is started.
|
||||
|
||||
Reference in New Issue
Block a user