andycharger Posted July 4, 2003 Posted July 4, 2003 I need tostore the fact that im a) logged in and b) my user id when I log in so when i go between pages in my ASP.NET application, it knows who I am. What is the best way to do this? Is it with cookies? If so, how can I kill the cookie when my users shut their browser window? Also, does anyone have any examples how they do website security like this. Andy Quote
Administrators PlausiblyDamp Posted July 4, 2003 Administrators Posted July 4, 2003 Best thing is have a look at ASP.Net authentication, plenty examples in the MSDN library and on microsoft's website. Forms authentication pretty much does what you describe. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.