ASP.Net AJAX WCF Authentication Services and Session Timeout - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T23:49:19Zhttp://stackoverflow.com/feeds/question/201308http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/201308/asp-net-ajax-wcf-authentication-services-and-session-timeout0ASP.Net AJAX WCF Authentication Services and Session Timeoutrams2008-10-14T14:11:29Z2009-07-25T00:00:01Z
<p>Our Web application uses the ASP.Net AJAX Authentication Services to perform login/logout. Everything works great if the login/logout actions are initiated from client side via JavaScript. </p>
<p>Question: When the session times out how do I call the AuthenticationService.Logout function from the SessionEnd event? </p>
<p>Looking for a simple clean way of doing it rather than creating another service layer mapping to the Authentication services and calling that service layer.</p>
<p>Ideas?</p>
<p>TIA</p>
http://stackoverflow.com/questions/201308/asp-net-ajax-wcf-authentication-services-and-session-timeout/580044#5800440Answer by Peter Wone for ASP.Net AJAX WCF Authentication Services and Session TimeoutPeter Wone2009-02-24T00:44:37Z2009-02-24T00:44:37Z<p><a href="http://www.openjs.com/articles/ajax/session_timeout.php" rel="nofollow">This</a> may be instructive.</p>