Hi Peter and everyone else,
Can someone direct me to a white paper or MS knowledge base showing exactly
how the Session information is stored using inproc? Is it stored in RAM, in
a temp file, or what? I'm experimenting with this to see how we can better
manage the Sessions because every page the user visits needs the Session to
identify what group, language, etc they use. Also, once they select a
product to work with, it stores that product ID number in the Session
(amoung other variables) for quick reference from other parts of the site...
so the Session variables are critical for virtually every page on the
system.
As for the recycling, we actually found that a setting was set on the server
to 'recycle as needed', which has been disabled, however I need to see why
it thought a recycle was needed. We have roughly 60-70 users who use this
system concurrently, and with 20-30 items stored in the session per user,
I'd assume this can be taxing on the server to some degree. We're already
looking to upgrade the memory in the server from 2 Gigs to 4 Gigs, but I
want to educate myself on how IIS and ASP.Net store the InProc Session.
Also per my original post, I'm testing to see if using SQL is an option as
well, but given this appliation has been live for over a year and I'm still
not 100% familiar with all the code (over 50 pages make-up this site), it'll
take me some time before I've read through every line to see exactly how
this beast works.
Take care --
Alex
> If you are having app pool recycling issues, the first thing you should
> probably due is try to find out if they are really being caused by InProc
[quoted text clipped - 38 lines]
>>
>> Alex