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
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 click link. When
using header("location: b.php"); the session information is lost and a new
cookie is set in
_SERVER['PHP_SELF'])
> . '/b.php?'.SID'");
> ^^
>
> Perhaps that's the problem. I'm no expert . . .
> 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 - no result. The cookie is set in the \temp dir
where it is intended. And
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 http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo