Hi Vincent, I set WebRequest.setAutomaticSession(false) but already 2 Sessions are used by one testcase. What do you mean by "Using setAutomaticSession(false) might help but only if you do not have code that creates a session on the server side." ? I think the code is in cactus isn't it ? I can't set the session timeout to 1 min. It is not allowed by my developer license.
Cheers, Andre -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: 16 February 2005 19:45 To: 'Cactus Users List' Subject: RE: Session Limit Exceeded Hi Andre, You have several options. Using setAutomaticSession(false) might help but only if you do not have code that creates a session on the server side. A better solution might be to configure your container to quickly release sessions by having a short session timeout (say 1 minute or less). To my knowledge Cactus does not create sessions if you set WebRequest.setAutomaticSession(false). -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: mercredi 16 f�vrier 2005 19:22 > To: [email protected] > Subject: Session Limit Exceeded > > Hi all, > > I can have 20 Sessions on the Server. I get a Session Limit Exceeded > Error. By running my 30 cactus tests. 20 Session should be enough. > I tried to controll the number of session by setting the > automaticSession Variable without > Success. > Can anybody tell me to controll the number of sessions ? > > Thanks a lot > Andre > > > > ********************************************************************** > Any information in this communication which is confidential must not > be disclosed to others without our consent. Such consent is not > required where the information is publicly available and intended for > onward distribution. If the information is confidential and if you are > not the intended recipient, you are not authorised to and must not > disclose, copy, distribute, or retain this message or any part of it. > You are requested to return this message to the sender immediately. > > Due to the electronic nature of e-mail, there is a risk that the > information contained in this message has been modified. Consequently > Man Investments can accept no responsibility or liability as to the > completeness or accuracy of the information. > > Visit us at: www.maninvestments.com > > ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
