RE: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-18 Thread Ford, Mike [LSS]
> -Original Message- > From: Zlutarch G. [mailto:[EMAIL PROTECTED]] > Sent: 15 June 2002 00:54 > > My session variables won't persist, could someone help me > with this problem? PHP version? (If <=4.0.6, $_SESSION doesn't exist.) Which Web server? Version? > I spent all day trying

Re[6]: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Stuart Dallas
On Saturday, June 15, 2002 at 2:05:50 AM, Zlutarch G. wrote: > Thanks. I added error_reporting (E_ALL); and it gave me the following error > msg: "Warning: Undefined index: var in c:\program files\apache > group\apache\htdocs\php\superstock\ssi\valuecalc\valuescreen\testsess.php on > line 6" >

Re: Re[4]: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Zlutarch G.
etwork. Only computers on the intra net have access to the server. I will see what I can do. >From: Stuart Dallas <[EMAIL PROTECTED]> >Reply-To: Stuart Dallas <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re[4]: [PHP] PLEASE HELP! session variable fails to persist!

Re[4]: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Stuart Dallas
On Saturday, June 15, 2002 at 1:42:45 AM, Zlutarch G. wrote: > I tried your script, but I couldn't get it to work. I guess it has to be > something wrong with my server configuration? I am using Apache 1.3.14. I am > new to Apache, so I don't know what could possibly be the configuration > probl

Re: Re[2]: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Zlutarch G.
Zlutarch >From: Stuart Dallas <[EMAIL PROTECTED]> >Reply-To: Stuart Dallas <[EMAIL PROTECTED]> >To: "Zlutarch G." <[EMAIL PROTECTED]> >Subject: Re[2]: [PHP] PLEASE HELP! session variable fails to persist!! >Date: Sat, 15 Jun 2002 01:32:51 +0100 > >On Sa

Re[2]: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Stuart Dallas
On Saturday, June 15, 2002 at 1:27:58 AM, Zlutarch G. wrote: > I tried your idea but it didn't work. When I used session_encode(), I got > nothing! It seems that it's not being registered as a session variable. Any > idea why that is the case? I hope this will help clear up any confusion. Go he

Re: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Zlutarch G.
llas <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [PHP] PLEASE HELP! session variable fails to persist!! >Date: Sat, 15 Jun 2002 01:05:47 +0100 > >On Saturday, June 15, 2002 at 12:53:47 AM, Zlutarch G. wrote: > > The session ID is the same for a given sessio

Re: [PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Stuart Dallas
On Saturday, June 15, 2002 at 12:53:47 AM, Zlutarch G. wrote: > The session ID is the same for a given session, that means the server knows > its the same session. And since I get the value "1" each time, I can see > that the $_SESSION["var"] is a global variable with a value of "1". But it > se

[PHP] PLEASE HELP! session variable fails to persist!!

2002-06-14 Thread Zlutarch G.
Hi, My session variables won't persist, could someone help me with this problem? I spent all day trying to figure out what is wrong, and I still don't know why I couldn't get it to work. Here is an example script: "; echo "session var: ".$_SESSION["var"].""; fnB(); function fnA(){ $_SE