Session Handling
Posted: Tue Aug 30, 2005 9:07 pm
Hey all,
I am creating a site with an admin panel.
I'd like to know what is the best way to verify if the user is logged in? (Cookies, session variables...)
I tried with the session way but seems like it doesn't work. Here is the error I got:
Undefined variable: _SESSION
I want to do it with session. how is it done?
Chris
I am creating a site with an admin panel.
I'd like to know what is the best way to verify if the user is logged in? (Cookies, session variables...)
I tried with the session way but seems like it doesn't work. Here is the error I got:
Undefined variable: _SESSION
I want to do it with session. how is it done?
Chris