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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: aqua at this dot is
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 28 01:01:28 2024 UTC