I have an mvc 4 application and I want to redirect to the login screen when the session times out.
Any idea how to do this?
Thanks
Had to do the following to fix this
httpOnlyCookies="true"
Seems to be working now.
Collected from the Internet
Please contact [email protected] to delete if infringement.
Comments