I have a requirement to ensure the session expires only after 8 hours. However, users continually say they are getting kicked out multiple times throughout the day
Here are the settings I have:
web.config:
forms name=".MYUNIQUFORMSAUTH" loginUrl="/Login" enableCrossAppRedirects="true" requireSSL="false" timeout="480"
IIS 7 - application pool - Idle Timeout set to 480
ASP --> Session Properties --> 8:00:00
Am I missing something?