php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45108 Session data loss noticed, after visiting to different site and after comeback
Submitted: 2008-05-27 16:18 UTC Modified: 2008-05-29 23:00 UTC
From: webseos at gmail dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 5.2.6 OS: windows/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: webseos at gmail dot com
New email:
PHP Version: OS:

 

 [2008-05-27 16:18 UTC] webseos at gmail dot com
Description:
------------
I have noticed a session data loss after visiting to a different site.

My site has PAYPAL payment option. I have $_SESSION["submit_data"] set properly when I am on my site, and its alive after navigating to different pages in my site. But for payment I need to leave my site and goes to PAYPALs site. After success or unsuccessful payment I return to my site.

But when I return to my site after PAYPAL payment, these SESSION variable $_SESSION["submit_data"] looses value in OPERA and Netsape Navigator browser, and $_SESSION["submit_data"] is not set. I noticed all my previous SESSION Info are lost in OPERA and NETSCAPE NAVIGATOR.

But FireFox and Internet Explorer Holds Data properly.

I used COOKIE also, made a try.. COOKIE DATA ALSO LOST.

If we visit different sites leaving the SESSION Originating site I think we looses SESSION Variables. Am I correct ???


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-29 23:00 UTC] jani@php.net
Browser bugs are not PHP bugs..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 31 22:01:27 2024 UTC