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
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
.
> >
> >
> > -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
"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
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
> 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
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
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
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
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
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
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
12 matches
Mail list logo