Accessing cookie expiration time owin
问题 I am trying to access expiration time on Owin i am using the following example Access ExpireTimeSpan property of Owin Cookie Authentication to notify user of login expiry but i cant get to work. I get an error the key, value does exist. I would really appreciate if someone could point me to the right direction thanks. StartupAuth.cs var config1 = new CookieAuthenticationOptions { AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie, //LoginPath = new PathString("/Account/Login"),