Home
last modified time | relevance | path

Searched hist:"6 eb3cdf688d885a7c9f299d8e5cdeaf8a2559ff7" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dinit.php6eb3cdf688d885a7c9f299d8e5cdeaf8a2559ff7 Tue Feb 28 18:12:36 UTC 2017 Andreas Gohr <andi@splitbrain.org> do not use invalid session IDs #1883

When an invalid session ID is passed to PHP a warning is thrown, but the
session is still initialized with this invalid ID (throwing additional
warnings on save).

This makes sure such invalid IDs are removed from the cookie array
before initializing the session.

PHP bug references:

https://bugs.php.net/bug.php?id=68063
https://bugs.php.net/bug.php?id=73860