mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-11-29 17:06:51 +01:00
Session prefix, if you are hosting multiple sites, make the session name different to avoid conflict.
This commit is contained in:
@@ -476,6 +476,9 @@
|
||||
$config['use_token'] = false;
|
||||
$config['use_captcha'] = false;
|
||||
|
||||
// Session prefix, if you are hosting multiple sites, make the session name different to avoid conflict.
|
||||
$config['session_prefix'] = 'znote_';
|
||||
|
||||
/* Store visitor data
|
||||
Store visitor data in the database, logging every IP visitng site,
|
||||
and how many times they have visited the site. And sometimes what
|
||||
|
||||
Reference in New Issue
Block a user