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]

Reply via email to