Kamil Tekiela
|
c5bce0d8a2
|
Deprecate disabling use_only_cookies (#13578)
|
2024-08-24 16:33:45 +02:00 |
|
Peter Kokot
|
c1d71cfeea
|
Remove forgotten obsolete session INI directives (#14238)
The session.hash_function and session.hash_bits_per_character INI
directives have been removed in PHP 7.1:
3467526a65
|
2024-05-15 17:01:15 +02:00 |
|
Nikita Popov
|
b5a14e6c04
|
Port skipif.inc files to EXTENSIONS
|
2021-06-11 16:27:50 +02:00 |
|
Nikita Popov
|
8f17d48b69
|
Allow running session tests in parallel
Use unique session IDs and/or save paths. Also removes the annoying
order-dependence of session tests.
|
2020-10-23 16:55:11 +02:00 |
|
Máté Kocsis
|
b5c7a83dca
|
Remove unnecessary PHPDoc-alike blocks from tests
Closes GH-5759
|
2020-06-24 13:13:44 +02:00 |
|
Yasuo Ohgaki
|
7f196e321f
|
Fix bug #71038 - session_start() returns true even when it failed
PR #2167
|
2016-11-17 11:09:07 +09:00 |
|
Yasuo Ohgaki
|
a53a6b3fb4
|
Fix URL rewriter issues
|
2016-08-11 08:31:48 +09:00 |
|
Yasuo Ohgaki
|
ab0e347f26
|
Add more test cases
|
2015-09-08 18:44:23 +09:00 |
|
Yasuo Ohgaki
|
e93042998a
|
Fixed bug #61470 - session_regenerate_id() does not create session file.
Made session_regenerate_id() raise error for wrong usage.
|
2015-02-03 12:23:00 +09:00 |
|
Yasuo Ohgaki
|
f248df9003
|
Cleanup trans sid code. Behavior is unchanged.
Fixed possible injections. Escape values usually internal safe values.
|
2015-02-02 17:06:16 +09:00 |
|