Session State change notification

378
1
Jump to solution
02-12-2012 03:37 PM
LuisGarcia2
Occasional Contributor II
I have a ESRI map silverlight control running in an application where there changes happening in the ASP.Net session state. I would like the silverlight control to be notified of these changes. If the silverlight control is notified, then I can have it send a WebClient request and get the new data to render the Map. Any ideas how to do that? And if you are wondering, yes I know when the event happens and have a handler for it.

Thanks!
0 Kudos
1 Solution

Accepted Solutions
JenniferNery
Esri Regular Contributor
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
This code project seem to do what you're trying to do using WCF Services: http://www.codeproject.com/Articles/32700/Access-Sessions-from-Silverlight-and-ASP-NET
0 Kudos