Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
*7073* Add config template for session_cookie_path (optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jul 25, 2013
1 parent d00fae5 commit 8cedacf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
; Session cookie name
session_cookie_name = OCSSID

; Session cookie path; if not specified, defaults to the detected base path
; session_cookie_path = /

; Number of days to save login cookie for if user selects to remember
; (set to 0 to force expiration at end of current session)
session_lifetime = 30
Expand Down

0 comments on commit 8cedacf

Please sign in to comment.