>This may be a pretty naive question.
>Do we have to use the key word
>session_register("variablename");
>in every single page, in which we plan to use the "variablename"?. Or is it
>possible that we register the variablename once, and in the subsequent pages
>continue to access it using  $variablename ?

Just register it one time.

You will still need session_start() on each page for the data to be there.

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to