Re: [PHP-WIN] Re: header-session problem

2004-02-24 Thread Sudeep Sarath
Hi there, Actually there is session_start(); in my actual program. I forgot to put that here. As far Session id is concerned...i've tried that toobut to no avail. It is actually passed thru the url, but cannot catch on the next page. I'm told by someone that this is actually a common probl

Re: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Svensson, B.A.T. (HKG)
. > > > > > > -Original Message- > > From: Donatas > > To: [EMAIL PROTECTED] > > Sent: 2004-02-16 11:41 > > Subject: Re: [PHP-WIN] Re: header-session problem > > > > bullshit, I have apache and php setup as CGI... in most of my scripts > > tha

Re: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Alan McDonald
"Donatas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > bullshit, I have apache and php setup as CGI... in most of my scripts > that require to store unsensitive user info while he's online I use > sessions. I never used PHPSESSID as well... > you don't think you do - but you'd be

Re: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Alan McDonald
gt; From: Donatas > To: [EMAIL PROTECTED] > Sent: 2004-02-16 11:41 > Subject: Re: [PHP-WIN] Re: header-session problem > > bullshit, I have apache and php setup as CGI... in most of my scripts > that require to store unsensitive user info while he's online I use > sess

RE: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Svensson, B.A.T. (HKG)
> Well, but it does not seams to work that way under ISS6.0. Sorry, "ISS6.0" should be "IIS6.0". -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Svensson, B.A.T. (HKG)
as To: [EMAIL PROTECTED] Sent: 2004-02-16 11:41 Subject: Re: [PHP-WIN] Re: header-session problem bullshit, I have apache and php setup as CGI... in most of my scripts that require to store unsensitive user info while he's online I use sessions. I never used PHPSESSID as well... replying to

RE: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Svensson, B.A.T. (HKG)
Thank u a lot for that information Alan! (that explains some few things I have had no time to look into yet. ;) -Original Message- From: Alan McDonald To: [EMAIL PROTECTED] Sent: 2004-02-16 11:35 Subject: Re: [PHP-WIN] Re: header-session problem session is a session ID and it's s

Re: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Donatas
bullshit, I have apache and php setup as CGI... in most of my scripts that require to store unsensitive user info while he's online I use sessions. I never used PHPSESSID as well... replying to orriginal poster: if you would add session_start(); to your first page I bet things would start worki

Re: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Alan McDonald
session is a session ID and it's stored as a cookie. cookies persist but when you setup php as a cgi it's a cgi appliaction - that means nothing persists in the context of the application running on the server. Unlike e.g. ASP where an application and a session has a persistance layer. WHen you mak

RE: [PHP-WIN] Re: header-session problem

2004-02-16 Thread Svensson, B.A.T. (HKG)
Are saying that session can not persist over different pages? -Original Message- From: Alan McDonald To: [EMAIL PROTECTED] Sent: 2004-02-16 10:57 Subject: [PHP-WIN] Re: header-session problem I'm afraid that's not what the seesion is all about. The session is a unique value. It is assigne