Re: Session Problem for concurrent users.

1999-10-20 Thread Subrahmanyam A.V.B.
Peter Delahunty wrote: > > I should imagine that it is something to do with the garbage collection. As > far as i know session objects use the least used must die algorithim. > Therefore session objects created earlier (and therefore least used) must > make way for new ones. This can't be, becaus

Re: Session Problem for concurrent users.

1999-10-20 Thread Peter Delahunty
are creating only 50 then it could be something else. -Original Message- From: niraj l [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 20, 1999 4:26 PM To: [EMAIL PROTECTED] Subject: Session Problem for concurrent users. Hello, I am testing my application with a tool which

Session Problem for concurrent users.

1999-10-20 Thread niraj l
Hello,     I am testing my application  with a tool which simulates 50 concurrent access. When 50 people bang into the application the sessions that were created are lost.     Jrun has no problem getting new sessions. Its only that it kills the earlier sessions. The session settings in the