Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to pass an event from an application object to a certain session.

Status
Not open for further replies.

jlbsloan

Programmer
Mar 1, 2001
45
US
I have an HttpApplication object oUpdateClient(Winsock control) listening for network messages which fires the NetworkReceive() event. I need to raise an event or something in a specific Session that notifies the user that a certain type of message has arrived. I am using Forms Authentication and I assign a User object(ID,Name,etc.) to a session("SessionUser") variable. Note: All of the code mentioned above is in the Global.asax page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top