|
||||||||||
|
New in This Group imap error6/20/2000 4:58:17 PM disconnect me from mail list!!!6/19/2000 2:35:53 AM compiling php4 with borland6/16/2000 3:50:11 PM More session question..6/15/2000 4:53:28 PM Session Question6/14/2000 4:26:24 PM Good snapshot?6/13/2000 9:59:37 PM httpd processes won't die since upgrade to PHP46/12/2000 6:13:49 AM Problem getting binary data over http6/10/2000 1:34:27 AM Sessions don't survive redirects...6/9/2000 4:15:47 PM Session in MySQL and save_handler...6/9/2000 4:09:35 PM |
Sessions don't survive redirects...
|
|||||||||
| Group: php.version4 |
Subscribe
|
Posted:6/9/2000 4:15:47 PM | Replies:0 | Views:25 | Items(0) |
|
This one is short and sweet. Sessions don't get stored in final, and i.php
shows NULL. I've succesfully used sessions in other situations with a test script. Am I missing something here? auto_start = 1, save_handler = files. A session file is created with !referrer in it but no value. August redirect.php: ---- $REQUEST_URI = getenv("REQUEST_URI"); $url_array=explode("/", $REQUEST_URI); session_register("referrer"); $referrer = $url_array[2]; header("Location: http://www.cashwars.com/i.php"); exit(); i.php ------ echo $HTTP_SESSION_VARS["referrer"]; var_dump($HTTP_SESSION_VARS["referrer"]); |
augu...@bigfoot.com ("August Zajonc") 6/9/2000 4:15:47 PM |
note 97095 added to soapclient.soapclient
note 97094 added to function.sqlite-changes
note 97093 added to function.sqlite-changes
note 97092 added to ref.xmlrpc
note 97091 added to function.var-export