Re: [PHP] Problem with sessions

2004-08-28 Thread gregosh
. . . Hth, Andre On Friday 27 August 2004 07:47 am, gregosh wrote: you sure the cookie is being set? try this header(Location: http://; . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . '/b.php?'.SID); I had tried this before

[PHP] Sessions NOT working - somebody please help me!

2004-08-28 Thread gregosh
Sorry for posting this problem again but it's been really driving me crazy. I've reinstalled Apache and PHP for the 5th time and the result is still the same - sessions work only when using a href=b.phpclick/a link. When using header(location: b.php); the session information is lost and a new

Re: [PHP] Sessions NOT working - somebody please help me!

2004-08-28 Thread gregosh
U¿ytkownik Jason Wong [EMAIL PROTECTED] napisa³ w wiadomo¶ci news:[EMAIL PROTECTED] On Saturday 28 August 2004 18:52, gregosh wrote: Sorry for posting this problem again but it's been really driving me crazy. I've reinstalled Apache and PHP for the 5th time and the result is still the same

Re: [PHP] Problem with sessions

2004-08-27 Thread gregosh
you sure the cookie is being set? try this header(Location: http://; . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . '/b.php?'.SID); I had tried this before - no result. The cookie is set in the \temp dir where it is intended. And that's

[PHP] Problem with sessions

2004-08-26 Thread gregosh
I am using a 4.3.2. version of PHP on Apache 1.3 Win2k. Here's the problem I've come across - when I jump from a page a.php to b.php using a href=b.phpclick here/a statement the sessions work fine but when I use PHP's header(location: b.php); expression a new session is created and the data from