A null pointer exception is being thrown. I then commented the
clearUserSession statement and placed the putUserSession statement after
loading of the page and it worked fine. 
I am using netscape 4.5

Achutha

-----Original Message-----
From: Grace Frederick [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 19, 1999 7:24 PM
To: Achutha K S;
[EMAIL PROTECTED]
Subject: Re: [ND] clearUserSession


More information is needed here.  What exception is being thrown? 

You mention frames.  Are framesets being used?  

What browser are you using?


----- Original Message ----- 
From: Achutha K S <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 19, 1999 6:59 AM
Subject: [ND] clearUserSession


> Hi, I am having the following code in this_onSessionTimeoutEvent:
> try
> {
> CSpider.clearUserSession();
> CSpider.putUserSessionObject("TIMEOUT", new
> CSpString("Y"));
> 
> CSpCommonPage pgLogin = CSpider.getPage("pgLogin");
> pgLogin.load();
> 
> return STOP;
> } 
> catch(Exception ex)
> {
> return STOP;
> }
> 
> The page pgLogin is present in the application. But on time out, a white
> frame is being loaded. Exception can occur in getPage. But the page is
> present. Is there a problem with clearUserSession???
> 
> Thanks in advance for any of your answers,
> Achutha 
> _________________________________________________________________________
> 
> 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]
> 

_________________________________________________________________________

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]
_________________________________________________________________________

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