Hi
I built an app using the MVC5 template and have noticed that unless a user logs out their session is not dropped.
I am using the code supplied with the template. Its a small admin app with only two users. But I want to ensure that if they leave their
desks with the app logged in that they are logged out after a time.
I can't find any info on how to achieve this as you could with forms auth.
Can anyone point me in the right direction?
Gus