Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top