Re: [PHP-DEV] $_SESSION questions

2003-10-11 Thread Sascha Schumann
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:

[PHP-DEV] $_SESSION questions

2003-10-10 Thread Jeremy Johnstone
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: $_SESSION = new my_custom_session_obj(); function test