I\'m adding a logout expiration alert to my application and would like to access my web.config forms authentication \"timeout\" value from my code. Any way i could do this?
You can access it from your Javascript using the following:
var expireTime = <%= FormsAuthentication.Timeout.TotalMinutes %>;