We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd18310 + 01e781d commit cd070b5Copy full SHA for cd070b5
conf/app.ini
@@ -91,7 +91,7 @@ ENABLE_SET_COOKIE = true
91
GC_INTERVAL_TIME = 86400
92
; Session life time, default is 86400
93
SESSION_LIFE_TIME = 86400
94
-; Session id hash func, default is sha1
+; session id hash func, Either "sha1", "sha256" or "md5" default is sha1
95
SESSION_ID_HASHFUNC = sha1
96
; Session hash key, default is use random string
97
SESSION_ID_HASHKEY =
0 commit comments