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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 May 16 10:01:31 2024 UTC