I have an application which executed code to clear out session info and remove the session when a user exited the application. In version 3.x the following code was executed when the user clicked on a button to exit the system: CSpider.clearSession(); CSpider.getPE().removeSession(getSessionId ()); This code no longer works in ND 4.x. I tried using the following code in 4.x instead: Cspider.clearUserSession(); CSpider.removeUserSession(); Are these methods equivalent in function to the methods I was using in ND 3.x? Thanks for any information about this subject! -Ann Smyth _________________________________________________________________________ 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]
