My web site has 3 level of users. I) Admin which can access all the web pages. 2) staff which can access to the certain part of the user and 3) customer which can only access another part of web pages.
Upon login, users are directed to those web pages according to their level. I understand that session can do the job but I am new to ‘session’, I wonder how would I place the session object.
Can anybody give me a hand? Thank you.
Upon login, users are directed to those web pages according to their level. I understand that session can do the job but I am new to ‘session’, I wonder how would I place the session object.
Can anybody give me a hand? Thank you.