php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60303 Custom session handlers fail when using header redirect
Submitted: 2011-11-14 21:43 UTC Modified: 2011-11-15 09:36 UTC
From: wdouglascampbell at hotmail dot com Assigned:
Status: Closed Package: Session related
PHP Version: 5.3.8 OS: Linux 2.6.40.4-5
Private report: No CVE-ID: None
 [2011-11-14 21:43 UTC] wdouglascampbell at hotmail dot com
Description:
------------
I have a custom session handler.  My session variables are not saved when I use a header redirect.  In fact, the $_SESSION array is shown as empty.

If I use the standard session handlers, everything works fine as expected.




Test script:
---------------
The three files for replicating this problem are can be retrieve from the following archive:

https://globalopsccci.org/TheKey_AuthTest/testfiles.tar.bz2



Expected result:
----------------
The following output should be displayed:

testarray(1) { ["test"]=> string(4) "test" } 


The above is displayed if I comment out the include_once line in test.php and test2.php.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-11-15 09:36 UTC] wdouglascampbell at hotmail dot com
Sorry.  I had an error in my sess_write routine and the sessions table entry was not being properly updated.

There is no bug.
 [2011-11-15 09:36 UTC] wdouglascampbell at hotmail dot com
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC