ASP.NET 5 Identity 3 users get signed out after some time
I'm, using RC1 bits and external (Google) authentication, no Identity.EntityFramework. During login, I set 'Remember me' flag. Logged-in user survives browser restart (I see cookie set to expire in 14 days) and website restart. But after some time of inactivity (about 15 min), no matter browser/site were restarted or not, refreshing page lead to signing out, logs says: info: Microsoft.AspNet.Authentication.Cookies.CookieAuthenticationMiddleware: AuthenticationScheme: Microsoft.AspNet.Identity.Application signed out. AuthenticationScheme: Microsoft.AspNet.Identity.External signed out.