[snip]
does anyone know if a session variable set within a class is accessible
outside the class and by other pages?
[/snip]

I have not tested this, but I do use sessions quite a bit. All session
variables are registered as global variables and therefore should be
available to other processes and pages. You could perform an easy test by
creating a class containing a registered session variable and attempt to
call that variable from another page.

Jay Blanchard



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

Reply via email to