php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30223 server sessions disabled when browser cookies are disabled
Submitted: 2004-09-24 20:43 UTC Modified: 2004-09-24 21:22 UTC
From: sambukkaa at hotmail dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 5.0.1 OS: win2k Advanced
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sambukkaa at hotmail dot com
New email:
PHP Version: OS:

 

 [2004-09-24 20:43 UTC] sambukkaa at hotmail dot com
Description:
------------
I have tested it only with MS Internet explorer.

The Session functions are working well in all means as long as the cookies of the client browser are activated.

Actually, they don't have nothing in common!

I suppose that since the sessions are actually cookies which are saved on the server are created with the same routine, which generate cookies for the browser and there is the connection for this misbehaviour.


Reproduce code:
---------------
1) call any php page that works with sessions and make sure it works.
2) disable cookies of the explorer and test it once more.
and see that sessions do not work.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-24 21:22 UTC] edink@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 08:01:32 2024 UTC