session state problem

  • Thread starter Thread starter Shiran
  • Start date Start date
S

Shiran

hi,

i'm having a problem saving the session state through the application. i
want to save several primitive types parameters and dataset through the
session Session["dataset"], but the session somehow does not save the state
and lose it. do you have any idea? i thought i might be something to do with
the configuration settings...
 
Shiran,

yould you please post the codeyou use. How big are the datasets that you
want to store in session? What could happen if you have configured your
application as InProc and store to much in session the application recycles
and therefore session state will be lost. Using Performance Monitor might
reveal some interessting things.

Regards

Daniel
 
What makes you think it's being lost? Can you describe the steps you took to
test this?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.
 
Back
Top