php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8253 Cookies/Sessions under MacOS
Submitted: 2000-12-14 07:08 UTC Modified: 2001-05-13 05:17 UTC
From: aqua at this dot is Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.3pl1 OS: Red Hat Linux
Private report: No CVE-ID: None
 [2000-12-14 07:08 UTC] aqua at this dot is
Session don't work if you try to use them in macos. I think the issue is that MacOS (both IE and NS). Send cookies in the form of a X-okie variable but Windows/linux/* uses a Cookie variable. Therefore PHP doesn't detect the cookies/session id and sends out another one.

I've tried the latest snapshot (200012140245) and php-4.0.3pl1.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-14 07:21 UTC] aqua at this dot is
This looks like the HTTP_X_FORWARDED_FOR change a gateway/proxy does. I don't know if it helps or anything. I think that the mac doesn't go through a proxy/gateway. 
 [2000-12-22 17:56 UTC] sas@php.net
Perhaps you are going through a transparent HTTP proxy?

Anyway, this is unlikely to be a problem on our side. Please make sure that your client is indeed using the commonly-agreed on format (as per the Netscape cookie spec) and PHP will understand it.
 [2001-05-13 05:17 UTC] derick@php.net
As Sascha said, not a bug in PHP, so closing this report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC