Restricting Web Pages

  • Thread starter Thread starter Tavish Muldoon
  • Start date Start date
T

Tavish Muldoon

Hello,

I am using ASP.NET - and I need to create some sort of login procedure
that would restrict the logged in user to only see their data.

Can you use cookies to be checked at every page to see if the user
should have access to certain pages.

Or is there a better way to do this?

Thanks,

Tmuld.
 
Hi Tavish,

You can use the built-in Session handling mechanism.
What exactly is your requirement?

Regards
Harsh Thakur
 

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