G
Guest
Hi,
I was wondering if anyone could give me a good guide as to how much can be
stored in the session state before performance is affected?
The app I'm working on is to be hosted on an intranet with in the region of
500 users (not at all times though) but it's intended to be able to be used
accross a variety of environments with different numbers of users and
different grades of servers. As I have no definite info on what the
capabilities of server's powering it are to be I'd like it if someone could
give me a rough idea of when i should think of using something other than
session state.
The idea is too store a database control class/object in the Session state
for each user so that I don't need to reinitialise the object every time a db
access is needed.
The class will likely have several methods. Is this feasible or would it be
a better idea to just recreate the db access object every time?
Thanks in anticipation.
I was wondering if anyone could give me a good guide as to how much can be
stored in the session state before performance is affected?
The app I'm working on is to be hosted on an intranet with in the region of
500 users (not at all times though) but it's intended to be able to be used
accross a variety of environments with different numbers of users and
different grades of servers. As I have no definite info on what the
capabilities of server's powering it are to be I'd like it if someone could
give me a rough idea of when i should think of using something other than
session state.
The idea is too store a database control class/object in the Session state
for each user so that I don't need to reinitialise the object every time a db
access is needed.
The class will likely have several methods. Is this feasible or would it be
a better idea to just recreate the db access object every time?
Thanks in anticipation.