diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/init.php b/inc/init.php index 9d6135105..cd9da2843 100644 --- a/inc/init.php +++ b/inc/init.php @@ -87,6 +87,7 @@ // init session if (!headers_sent() && !defined('NOSESSION')){ session_name("DokuWiki"); + session_set_cookie_params(0, DOKU_BASE); session_start(); } |