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
87 'secure' => ($conf['securecookie'] && Ip::isSsl()),
141 // define cookie and session id, append server port when securecookie is configured FS#1664144 define('DOKU_COOKIE', 'DW' . md5(DOKU_REL . (($conf['securecookie']) ? $serverPort : '')));271 'secure' => ($conf['securecookie'] && Ip::isSsl()),
540 'secure' => ($conf['securecookie'] && Ip::isSsl()),1406 'secure' => ($conf['securecookie'] && Ip::isSsl()),
66 $conf['securecookie'] = 1; //never send HTTPS cookies via HTTP
107 'secure' => $conf['securecookie'] && Ip::isSsl(),
176 $meta['securecookie'] = ['onoff'];