session varible undefined
Posted: Fri Oct 04, 2002 9:33 pm
i have this line to validate a session..
obviously because this is a windows machine it says undefined varbile, so should it be something like...
But that doesnt work, how should i do this?
Thanks,
Brcolow
Code: Select all
if (session_is_registered("valid_user"))obviously because this is a windows machine it says undefined varbile, so should it be something like...
Code: Select all
if (session_is_registered("$HTTP_POST_VARSї'vaild_user]'))Thanks,
Brcolow