Actually it retrieves the userid of the server instead of the client's.
- Original Message -
From: "Vail, Warren" <[EMAIL PROTECTED]>
To: "'J Wynia'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, March 29, 2002 9:44 AM
Subject: RE: [PHP-WIN] Re: How to Pass
I forgot to mention that I can see the session files "sess_randomnumber" in
the save.session_path file, but all those session files contain nothing (0
K). So does this tell anything at all?
- Original Message -
From: "Dale Heil" <[EMAIL PROTECTED]>
To: "
John,
I'm actually facing the same problem with yours and
whatever I tried doesn't seem to work now, that's why I'm still searching for
the answer and waiting for anybody to give me pointers here.
- Original Message -
From:
John Mpaliza
To: [EMAIL PROTECTED]
S
ot;;
> }
>
> ?>
>
> ";
> echo session_id() . "";
>
> echo "";
> ?>
> reg_2.php
>
>
> page2
> session_start();
> ?>
>
> "; ?>
>
>
>
>
>
>
>
> Original Message Follows
Pardon my ignorance, I've been searching for answers for this new $_SESSION to work to
no avail. If someone can help me out by giving examples how I can pass the session_id
to the next page and access the same $_SESSION["var"] on that page, it would be very
helpful.
My question is, once I set