Lines Matching refs:session
172 . Fixed bug #76948 (Failed shutdown/reboot or end session in Windows).
1327 . Fixed bug #69582 (session not readable by root in CLI). (EvgeniySpinov)
1974 . Fixed bug #72940 (SID always return "name=ID", even if session
1977 https://wiki.php.net/rfc/session-create-id
1979 https://wiki.php.net/rfc/session-gc
1981 https://wiki.php.net/rfc/session-id-without-hashing
1983 . Custom session handlers that do not return strings for session IDs will
1985 when a function is called that must generate a session ID.
1987 . An invalid setting for session.hash_function will throw an instance of
1988 Error instead of resulting in a fatal error when a session ID is created.
1992 . Improved fix for bug #68063 (Empty session IDs do still start sessions).
1996 i.e. Non-existing session read must return empty string. PHP 7.0 is made
1998 . Fixed bug #71394 (session_regenerate_id() must close opened session on
2440 . Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)
2441 . Fixed bug #72940 (SID always return "name=ID", even if session
2911 decode session object). (Laruence)
3366 . Fixed bug #71122 (Session GC may not remove obsolete session data). (Yasuo)
4013 . Fixed bug #70876 (Segmentation fault when regenerating session id with
4127 . Fixed user session handlers (See rfc:session.user.return-value). (Sara)