| http://www.w3.org/ns/prov#value | - IIS resets do not reset forms authentication tickets, yet they reset sessions.So here is a scenario that 'breaks' this:Request a page at 1:00 PM.IIS Resets at 1:05 - the session is now invalid, however the forms authentication ticket is still VALID.The user requests a page and their session is gone, and all sorts of errors start occuring.How to prevent this:In global.asax.cs define a method that g
|