At home I am using Win98, BadBlue Server, PHP 4.0.5 and 4.0.6. Here
sessions (same example script I posted earlier) seem to work 100%. Must be
a config setting at work.
BK
Rudolf Visagie <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Bernie,
>
> Do a s
age -
From: "Rudolf Visagie" <[EMAIL PROTECTED]>
To: "Steve Brett" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 9:38 AM
Subject: RE: [PHP] Re: Session problems
> I use only sessions and my scripts do not work if I do
I use only sessions and my scripts do not work if I do not register the
session variables I want in each script. Otherwise they work fine.
R
-Original Message-
From: Steve Brett [mailto:[EMAIL PROTECTED]]
Sent: 19 July 2001 05:39
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: Session
you only need to register vars with the session once.
Steve
"Rudolf Visagie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Bernie,
>
> Do a session_register in the second script as well:
> > session_start();
> > session_register("my_session_variable");
>
Hi Bernie,
Do a session_register in the second script as well:
session_start();
> session_register("my_session_variable");
> print "Value of 'my_session_variable': $my_session_variable";
> ?>
Rudolf Visagie
-Original Message-
From: Bernie Kruger [mailto:[EMAIL PROTECTED]]
Sent: 19 July
5 matches
Mail list logo