Hi
Since Http is a stateless protocol, whenever user requests a page, the ASP.NET Forms Authentication will automatically pick up cookie, distinguish anonymous user and authenticated user. So I'm afraid it's impossible for server to get client credential when offline. Please feel free to let me know if any misunderstanding.