Question

Log In site designed using ThinkTecture Identity server API. LogIn site and customer site are hosted as Azure WebRoles.

After successful Login, its redirecting to customer site. Here i am getting the Logged in user.

var emaild = System.Web.HttpContext.Current.User.Identity.Name.

After few hours I checked the site, Still I was getting the logged In user. I dont know when this Current user session will get expired? If anyone knows please share your views.

Thanks In Advance.

Was it helpful?

Solution

The session has by default the same lifetime as the initial token - which is 10 hours by default. You can change that in idsrv config.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top