On Sat, 10 Oct 2003, Jeremy Johnstone wrote:
> I have recently found that if I don't register a session using PHP's
> session management code I can use the $_SESSION variable as "my own"
> superglobal which I can use for whatever purpose I deam fit. Here is a
> small code snippet to illustrate:
Such use is not officially supported. You are specifically
relying on a feature the session module is enabling for you
(registration of automatic global).
- Sascha
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php