> My question is, when the user first visit, a session created, and I
register
> the variable. On the second, or following hits, to use the session
variable,
> I also need "session_start", but should I still need to call
> session_register() for each hit?

No, once you register it, it's there unless you 'unregister' it.


By Day:                                |By Night:
    Don't miss the Zend Web Store's    |   There's not enough room here...
    Grand Opening on January 23, 2001! |   Start here:
    http://www.zend.com                |   http://l-i-e.com/artists.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to