Hi Kirk,

Thanks. But I am not sure I have understood. How to register the variables?
with session_register($HTTP_SESSION_VARS["language"])? How to change the code so
that it works?
Thanks for your patience and have a nice day. Respects,

christian

"Johnson, Kirk" wrote:

> With register_globals off, ordinary GLOBAL variables can't be registered, so
> the line "session_register("language");" isn't doing anything. Access all
> registered variables through $HTTP_SESSION_VARS only.
>
> Kirk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to