[EMAIL PROTECTED] writes:
>Hi,
>
>I got a page that is being reloaded a lot. In the bigging I register a
>Session variable with the SESSION_START and SESSION_REGISTER functions.
>Is it wrong that I keep registering the session?
>Should I also unregister the session at the bottom of the page?
>
>Regards,
>Morten
>
>
I think you should register a variable once.  I keep checking its value on
other pages that you want to.  You can use session_destroy when you don't
want to keep track of session ie. logout page.

Hope, this would help.


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

Reply via email to