Home
last modified time | relevance | path

Searched +full:securecookie -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/
H A DPrefCookie.php87 'secure' => ($conf['securecookie'] && Ip::isSsl()),
H A Dinit.php141 // define cookie and session id, append server port when securecookie is configured FS#1664
144 define('DOKU_COOKIE', 'DW' . md5(DOKU_REL . (($conf['securecookie']) ? $serverPort : '')));
271 'secure' => ($conf['securecookie'] && Ip::isSsl()),
H A Dauth.php540 'secure' => ($conf['securecookie'] && Ip::isSsl()),
1406 'secure' => ($conf['securecookie'] && Ip::isSsl()),
/dokuwiki/conf/
H A Ddokuwiki.php66 $conf['securecookie'] = 1; //never send HTTPS cookies via HTTP
/dokuwiki/lib/exe/
H A Djs.php107 'secure' => $conf['securecookie'] && Ip::isSsl(),
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php176 $meta['securecookie'] = ['onoff'];