0

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.

sivaL
  • 1,812
  • 5
  • 21
  • 30

1 Answers1

1

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.

leastprivilege
  • 18,196
  • 1
  • 34
  • 50