views:

17

answers:

1

I have a web app containing a silverlight application.

How do I keep the ASP.NET session / Forms Authentication alive when the user is using the silverlight application?

+1  A: 

By periodically pinging it with an HttpRequest.

Darin Dimitrov