I am having the same issue. In ND V3 I was able to use the removeSession to exit and application. I have found that the new method removeUserSession in ND 4 does NOT do the same function. I have not yet found a replacment. If there's one out there please enlighten me! - Marilyn -----Original Message----- From: Ann Smyth May [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 15, 1999 2:59 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [ND] Changes in clearing and removing a session between ND versions 3.x and 4.x 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] _________________________________________________________________________ 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]
