Session sharing in asp .net

  • Thread starter Thread starter cheelam_mze
  • Start date Start date
C

cheelam_mze

Hye,

This is my scenario:
1. Admin login to web application and access module M.
2. Admin logout from the application. User B sees the URL of module
M.
3. User B login to the application. User B does not have access to
module M.
4. User B types the URL of module M and able to access the module M.

This is my problem:
Why user B can access module M by just typing the URL since he has no
authorisation to module M? Could it be because of the session is
still refering to Admin session although Admin has already logged out?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top