How to Maintain a session in ASP.NET web forms application
I am not using any of the predefined account access in ASP
I have my login manually
Now i want the user to be loggedin in even if he is browsing pages in my project that do not require any authentication after he has logged in
and if he goes to login page it must redirect to page say abc.aspx i.e the page he gets every time when he log in
Go to the complete details ...