views:

924

answers:

1

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.

Question: When the session times out how do I call the AuthenticationService.Logout function from the SessionEnd event?

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.

Ideas?

TIA

A: 

This may be instructive.

Peter Wone