Night wrote:
Hi,
I was wondering if php4 session variables are
stored in an array, just like the post, get and cookie
variables?
Is there an PHP_SESS_VARS[variable] or something?
I'm sure you have this figured already, but perhaps for the benefit of others, this is what you were looking for:
$HTTP_SESSION_VARS["variable"]
/alex