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:
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