Skip to content

Commit 8cedacf

Browse files
committed
*7073* Add config template for session_cookie_path (optional)
1 parent d00fae5 commit 8cedacf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.TEMPLATE.inc.php

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
; Session cookie name
4040
session_cookie_name = OCSSID
4141

42+
; Session cookie path; if not specified, defaults to the detected base path
43+
; session_cookie_path = /
44+
4245
; Number of days to save login cookie for if user selects to remember
4346
; (set to 0 to force expiration at end of current session)
4447
session_lifetime = 30

0 commit comments

Comments
 (0)