|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-11-19 00:30 UTC] jani@php.net
-Status: Open
+Status: Closed
-Package: Feature/Change Request
+Package: *General Issues
-Assigned To:
+Assigned To: jani
[2010-11-19 00:30 UTC] jani@php.net
[2010-11-19 00:30 UTC] jani@php.net
-Package: *General Issues
+Package: Session related
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
I feel that the feature I am going to describe is desirable for security reasons: The function session_start should return FALSE when the GET (or cookie) requests to resume a non-esistent phpsession. If there is already a (quick) way to prevent resuming non-esistent or closed phpsessions, please let me know, else please, add the feature to the TODO list. (I've set session_cache_limiter('private') and I *don't* want to set it to 'nocache'). Many thanks Siva