php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #6009 Header:Location
Submitted: 2000-08-07 13:42 UTC Modified: 2000-08-07 14:22 UTC
From: vasha at usc dot edu Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.16 OS: Linux
Private report: No CVE-ID: None
 [2000-08-07 13:42 UTC] vasha at usc dot edu
While passing on the Header:Location information I need to pass on teh information about the different variables too.
But that list is very long (approx. 15-20 variables).
So is there any other way/ method to pass on these variables to the header location??

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-07 14:22 UTC] rasmus@php.net
This is not a bug, nor a documentation problem. Questions like these belong on the php-general mailing list.

Pass a single session  identifier and store all your variables locally on your server and use the session id to look them up.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 13:00:02 2026 UTC