Skip to content
Snippets Groups Projects
Commit f77429b8 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

set scope for session cookies FS#1109

darcs-hash:20070326180948-7ad00-c35eeabfe0d77e9decfd4fc6d776eaaa72be219c.gz
parent 37242afa
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@
// init session
if (!headers_sent() && !defined('NOSESSION')){
session_name("DokuWiki");
session_set_cookie_params(0, DOKU_BASE);
session_start();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment