Application in Session

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hi,

I'm using an Application instance - it's slow initializing, so I'm looking
at options for re-using an instance between pages in a session.

How can this best be accomplished? Add it to the Session collection? Another
place?

- Thomas
 
Is three some reason why you don't want to use the Application that already
exists?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Hi Kevin,

I have the impression that the asp Application is shared between sessions.
My "Application" is the application that the individual user is running -
I'll call it ApplicationSession from now on.

It's the ApplicationSession that I want to share between pages. Any ideas
how to share it?

- Thomas
 
Back
Top