Re: [PHP-WIN] Re: How to Pass the Username which from Windows Log in

2002-03-29 Thread Bossanova
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

Re: [PHP-WIN] HELP: USING $_SESSION instead of session_register()

2002-03-29 Thread Bossanova
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: "

[PHP-WIN] Re: [win-apache]: using $_SESSION

2002-03-29 Thread Bossanova
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

Re: [PHP-WIN] HELP: USING $_SESSION instead of session_register()

2002-03-29 Thread Bossanova
ot;; > } > > ?> > > "; > echo session_id() . ""; > > echo ""; > ?> > reg_2.php > > > page2 > session_start(); > ?> > > "; ?> > > > > > > > > Original Message Follows

[PHP-WIN] HELP: USING $_SESSION instead of session_register()

2002-03-28 Thread Bossanova
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