Session_Start event fires twice with Frames page

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.
 
A

Alvin Bruney [ASP.NET MVP]

Each frame maintains its own session

--
Regards,
Alvin Bruney

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top