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

2002-03-29 Thread Bossanova
;'Bossanova'" <[EMAIL PROTECTED]> Sent: Friday, March 29, 2002 10:02 AM Subject: RE: [PHP-WIN] HELP: USING $_SESSION instead of session_register() > make sure in php.ini for session.save_path you have a > hard drive path like c:\tmp instead of \tmp as shown.

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

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

2002-03-28 Thread Pac mon
Not quite... Here's something that ought to work better for you: page1-- "; echo session_id() . ""; echo ""; ?> reg_2.php page2 "; ?> Original Message Follows From: "Bossanova" <[EMAIL PROTECTED]&g

[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