php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3886 Problem retrieving cookies
Submitted: 2000-03-21 06:42 UTC Modified: 2002-10-01 15:42 UTC
From: khurshid_ali at hotmail dot com Assigned:
Status: Wont fix Package: Other
PHP Version: 3.0.15 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2000-03-21 06:42 UTC] khurshid_ali at hotmail dot com
On my server the track_vars flag is diabled. I have enabled them for each page by using <?php_tarck_vars?>. After doing this i am able to get the data posted using GET and POST methods in the HTTP_GET_VARS AND HTTP_POST_VARS collection but the HTTP_COOKIE_VARS doesnot return the values of cookies that i set using setcookie. However if i try to access the cookies value as a normal php variable it works for netscape but does not work for internet explorer.

The check for cookies is done by file which is included whereever the users session needs to be tracked. I don't know how this might affect the way cookies are retrieved.

Also the same script works on my local machine and also on a different server perfectly in both netscape and IE.

Please help.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 15:42 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC