;'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.
ot;;
> }
>
> ?>
>
> ";
> echo session_id() . "";
>
> echo "";
> ?>
> reg_2.php
>
>
> page2----
> session_start();
> ?>
>
> "; ?>
>
>
>
>
>
>
>
> Original Message Follows
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
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