php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31761 header redirect does not carry session value
Submitted: 2005-01-30 04:38 UTC Modified: 2005-01-30 05:21 UTC
From: drumbeaterz at yahoo dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.9 OS: WinXP
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: drumbeaterz at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-01-30 04:38 UTC] drumbeaterz at yahoo dot com
Description:
------------
Hi

I AM TRYING TO AUTHENTICATE A USER FROM THE MYSQL DATABASE AND AFTER LOGIN PASSWORD IS CORRECT I USE A QUERY TO RETRIEVE SOME USER INFO AND STORE THEM IN SEPERATE SESSION IDs. NOW I NEED THE PAGE TO GET REDIRECTED TO ANOTHER PAGE AND CARRY THE SESSION ID VALUES WITH IT. IF I USE 
HEADER (LOCATION:"  "); THE PAGE IS REDIRECTED BUT THE SESSION VALUES ARE NOT CARRIED FORWARD. INSTEAD IF I GIVE A href THEN THE SESSION VALUES ARE CARRIED TO THE NEXT PAGE WHERE THE VALUES CAN TO USED TO RETRIEVE MORE INFORMATION FROM ANOTHER TABLE IN THE DATABASE TO FILL A LIST BOX.
CAN ANYONE HELP. I AM NEW TO PHP AND DUNNO IF WHAT I HAVE EXPLAINED IS GOOD ENOUGH TO SUGGEST SOMETHING.

REGARDS  


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-30 05:21 UTC] rasmus@php.net
Sorry, this is not the place for support questions.  Ask on the mailing list please.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Nov 24 06:00:02 2025 UTC