php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20820 Session Variables are not passed using URL refresh
Submitted: 2002-12-04 18:10 UTC Modified: 2002-12-04 18:12 UTC
From: r dot staribacher at hypercms dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.2.2 OS: Linux
Private report: No CVE-ID: None
 [2002-12-04 18:10 UTC] r dot staribacher at hypercms dot com
Hello,

I recognized the following problem on the server of my provider using PHP 4.2.2:
I register session varibles in my script and use URL-refresh to link to the next php-script.

URL refresh in html:
<meta http-equiv="refresh" content="0; URL=http://www.test.com/test.php">

The same error occurs using "onLoad" and link via JavaScript.

What happened? The session was not passed to the next script, but it works fine with normal hyperreferences.
I haven't seen this problem before!
I run PHP 4.2.1 in the office on Win and IIS with the same session configurations in PHP and it works fine.
Is this a problem of PHP 4.2.2 in general?

Thank you!

Best regards,
Rudolf 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-04 18:12 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 06:01:33 2024 UTC