php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16240 Session variable not passing between pages
Submitted: 2002-03-23 19:17 UTC Modified: 2002-04-10 19:17 UTC
From: basmatisoftware at msn dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.1.2 OS: Debian Linux PPC and Win2K
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: basmatisoftware at msn dot com
New email:
PHP Version: OS:

 

 [2002-03-23 19:17 UTC] basmatisoftware at msn dot com
I'm having problems with the session_start() and session_register
functions working properly in version 4.1.2 on Debian for PPC.   After
visiting a page that initiates sessions, the session variable
shows up fine in the /tmp file (can be viewed by 'cat'), but when
another page that uses any of the session variables is visisted,
the session file in /tmp is empty.  I can't seem to find
a workaround (even using $_SESS or $HTTP_SESSION_VARS).  The same
code works fine on PHP 4.0.6.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-23 20:29 UTC] yohgaki@php.net
Please search bug db first.
There are sevral bug reports in db already...
 [2002-03-24 05:35 UTC] sander@php.net
status->dupe
 [2002-04-10 19:17 UTC] sniper@php.net
Please try the PHP 4.2.0RC2 from http://www.php.net/~derick/
and reopen if this still fails.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 10:01:32 2024 UTC