Now that I have my Windows based Server up and running, I have programmed an ASP.Net page to handle logins and registrations. I have come to the point where I need to store the login info in some form to allow users to not have to login every time the page loads. Unfortunately. I have no real experience dealing with cookies or sessions in relation to ASP.net. I could use some help here.
All it needs to really do is check if there is a cookie/session that contains the username and password the user entered and to make sure that it hasn't expired. Then if there is one, do something using the data.
Can anyone show me how?
(Note: I am using C# as my language behind the ASP files.)
All it needs to really do is check if there is a cookie/session that contains the username and password the user entered and to make sure that it hasn't expired. Then if there is one, do something using the data.
Can anyone show me how?
(Note: I am using C# as my language behind the ASP files.)