1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Session Save Method set to 'db' as default.

This commit is contained in:
Cameron
2020-07-02 12:11:50 -07:00
parent 7869edf295
commit d516986c8a
3 changed files with 4 additions and 4 deletions

View File

@@ -253,7 +253,7 @@
<core name="search_highlight">1</core>
<core name="search_restrict">0</core>
<core name="session_lifetime">86400</core>
<core name="session_save_method">files</core>
<core name="session_save_method">db</core>
<core name="shortdate">%d %b %Y : %H:%M</core>
<core name="signcode">0</core>
<core name="signup_disallow_text"></core>