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
 
Back
Top