Hi,

We would like to kill our Lightstreamer session when our ASP.net session expires. This is to stop users being presented with a page that has updating values which they cannot interact with.

Do you have any advice on the best way to go about this?

Our current idea is to get the MetaDataAdapter to inform the ASP.net application on new lightstreamer sessions which the ASP.net application can then associate to its own session. As a result we will be able to send a message to /lightstreamer/control.txt with the ASP.net application instructing Lightstreamer to kill its own session.

Does this sound like a good plan?

Many Thanks,
Steve