Hi Sunil, - You can use WebRequest.setAutomaticSession(false) to tell Cactus not to create a new HTTP session, but that may or may not help you.
- You can also use WebRequest.getSessionCookie() if you wish to get the session cookie created in order to reuse it in another test See http://tinyurl.com/4qeeb for the test file used by Cactus to test these features. -Vincent > -----Original Message----- > From: Venu Sunil Boyireddy [mailto:[EMAIL PROTECTED] > Sent: lundi 24 janvier 2005 06:53 > To: [email protected]; [email protected] > Subject: Maintaing session between 2 cactus test cases. > > Hi, > > > I have a requirement where I need to maintain the session alive between > the > test cases. > > How can I do it. I know that cactus wont support it by default as its a > unit > test framework. > > Any help is greatly appreciated. > > Thanks in advance. > > Sunil > > --------------------------------------------------------------------- > 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]
