User475983607 posted
After session timeout my ASP.net application logs out the user and takes him/ her back to login page. But after entering credentials, it again logs them out, prompts to login again, and then allows the user to enter . I am thinking this might be due to expired
cookies, etc, but cannot pinpoint what is happening. Can anyone help out?
The community cannot see your code has has no idea how your security works. It sounds like you created custom security and need to take some time to debug. Otherwise, look into standard ASP.NET security which is known to function properly.