I have a problem, where in the user session object retains its value even
after it is killed. The else part in the following code is being executed
always. Any body has experienced a similar problem?


CSpider.removeUserSessionObject("RR85_TRANSFER");
if (CSpider.getUserSessionObject("RR85_TRANSFER") == null)
{
        log(" SessionObject RR85_TRANSFER is null");
}
else
{
        log("SessionObject RR85_TRANSFER is not null");
}

log("Value after removal =" +
CSpider.getUserSessionObject("RR85_TRANSFER"));

The value of the session object is also being printed at the last line.
The same code worked fine when I removed the session object twice.

Thanks for your suggestions,
Krupesha
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to