Skip to content

Commit 01e781d

Browse files
committed
add comment
1 parent f9c07c4 commit 01e781d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/app.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ENABLE_SET_COOKIE = true
9494
GC_INTERVAL_TIME = 86400
9595
; session life time, default is 86400
9696
SESSION_LIFE_TIME = 86400
97-
; session id hash func, default is sha1
97+
; session id hash func, Either "sha1", "sha256" or "md5" default is sha1
9898
SESSION_ID_HASHFUNC = sha1
9999
; session hash key, default is use random string
100100
SESSION_ID_HASHKEY =

0 commit comments

Comments
 (0)