vote up 0 vote down star

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

flag

50% accept rate

1 Answer

vote up 0 vote down

This may be instructive.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.