Does anyone know how to raise or pass an event to a specific session. I have a tcpip control that receives network messages and i need to diplay a certain aspx page when a message comes in. Any ideas?????
I can use a winsock control at the application level and receive the event, but when I try to put a Winsock in the session code ( class, module, form, etc.) the event does not fire. How would you refer to the sessionID in the code behind? Is there any way to create a collection of session objects or refer to a specific session from the application level?
jib: if you caputre the Sessions as they came in, which you could do fairly easy, you might store them in an array or other object.
I think too that the trick would be of course to caputre the SessionID within an event in code behind. Perhaps jfrost or link9(Paul) will show up shortly; they have quiet a bit of experience and sure they will find this problem interesting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.