session state problem

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

Daniel Walzenbach

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
 
K

Kevin Spencer

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.
 

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

Forum statistics

Threads
473,982
Messages
2,570,186
Members
46,739
Latest member
Clint8040

Latest Threads

Top