[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-13 Thread hubo
Now it is clear that the problem is in your own PHP setting. In your php.ini file there is a section entitled as "session". Have you changed anything there? You might want to post this section here. Since PHP saves the session information to a directory it is important to be sure that the director

RE: [PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-13 Thread Svensson, B.A.T. (HKG)
[PHP-WIN] Re: Session Variables Problem (Missing) Thanks Hubo, When I make a page with that code ... it always says 'New Session'. No matter what I do the 'Session Variable Saved' never shows up. Brad "Hubo" <[EMAIL PROTECTED]> wrote in message news:[EMA

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-12 Thread Brad Lawryk
Thanks Hubo, When I make a page with that code ... it always says 'New Session'. No matter what I do the 'Session Variable Saved' never shows up. Brad "Hubo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The code shown below is a complete php script for you. Save these lines into

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-10 Thread hubo
The code shown below is a complete php script for you. Save these lines into a file, for example, 1.php, and try to visit it from a browser. "Brad Lawryk" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Thanks Hubo, > > Where would I nsert that coding? The coding should be fine

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-09 Thread Brad Lawryk
Thanks Hubo, Where would I nsert that coding? The coding should be fine though as the page works flawlessly on a Linux Server? Brad "Hubo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > To be sure that there is no coding error, just try this simple code: > ' Begin ===

[PHP-WIN] Re: Session Variables Problem (Missing)

2004-01-09 Thread hubo
To be sure that there is no coding error, just try this simple code: ' Begin == '== End == I have got no problem about the session variables on my W2K system with both IIS and Apache installed. By the way, since the php.ini is the same both for IIS