Re: [PHP] Sessions nightmare continue...

2004-08-17 Thread Chris Shiflett
Hi Angelo, --- Angelo Zanetti <[EMAIL PROTECTED]> wrote: > Still no luck with sessions. [snip] > a1.php: > > session_start(); > header("Cache-control: private"); // IE 6 Fix. > > if(isset($_POST['Submit'])) > { > $_SESSION["login"]="inside"; > session_write_close();

Re: [PHP] Sessions nightmare continue...

2004-08-17 Thread Jason Wong
On Tuesday 17 August 2004 17:46, Angelo Zanetti wrote: > Still no luck with sessions. I have installed an older version: 4.3.1 > and have register_globals=Off > > I have 2 test pages a1.php and a2.php > > All I want to do is register a session variable, set a value for it and > then in a2.php chec

Re: [PHP] sessions nightmare

2002-09-11 Thread John Wards
I can't see anything sticking out...but why have you done this... $test2Url = "test2.php?PHPSESSID=" . session_id( ); You don't need to do this. Try doing this $test2Url = "test2.php"; Your server might be set up to use a different name for sessions John Wards SportNetwork.net - Original