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

[PHP-WIN] Re: header-session problem

2004-02-24 Thread The.Rock
First of all, your missing " session_start(); " in page 3. Secondly, to make a long story short, just pass the session ID in the url, and all your values that you have set should be passed. If need to know how to pass a session ID start here http://www.php.net/session "Sudeep sarath" <[EMAIL PROT

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
ookie is where you start to do that. Alan Alan "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Are saying that session can not persist over different pages? -Original Message- From: Alan McDonald To: [EMAIL PROTECTED] Sent: 2004-02-16 10:5

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

2004-02-16 Thread Alan McDonald
r 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 a

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 va

[PHP-WIN] Re: header-session problem

2004-02-16 Thread Alan McDonald
I'm afraid that's not what the seesion is all about. The session is a unique value. It is assigned to a cookie if specified in php.ini or is tagged along in all your URLs as a query string or $_GET and has the name PHPSESSID by default unless you change it. If you want to save something fro page 1