G
Guest
The startup page for my ASP.NET application is an HTML frames page with two
frames. This seems to cause the Session_Start event in the Global.asax file
to fire twice. When I change the startup page to an ordinary aspx page, the
event only fires once.
I would like to run some concurrent license checking code when the
Session_Start event fires, so I either need to figure out how to stop it from
firing twice or to figure aout a way to know within the event that this is
the second time so I don't run the code twice for the same session.
Any help is greatly appreciated.
frames. This seems to cause the Session_Start event in the Global.asax file
to fire twice. When I change the startup page to an ordinary aspx page, the
event only fires once.
I would like to run some concurrent license checking code when the
Session_Start event fires, so I either need to figure out how to stop it from
firing twice or to figure aout a way to know within the event that this is
the second time so I don't run the code twice for the same session.
Any help is greatly appreciated.