Stuart,

I am fairly new to PHP, but it is my understanding that you have to run the 
session_start() command on every page that you want to be part of the 
session and to access the session variables.

Here is a link of a tutorial about using sessions: 
http://www.phpfreaks.com/tutorials/41/3.php  Look for the word MUST in red 
and read that paragraph.  It should tell you what you need to know.

Hope that helps,

Aaron


"Stuart Felenstein" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Back to my multi page form again ;)
>
> I am going to try it with Session variables .
> So, one thing is confusing me.
>
> The page requires the user to be logged in and is
> being tracked via authentication.
> Do I still need to do a "session_start();", at the
> beginning of the form process ?
>
> Stuart 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to