> What happens? Does CSpider.getUserSessionObject return null in other > projects? We have multiple projects too and had no problems with accessing > user session across them. Some other potential problems to look for: > 1. CSpider.getDefaultProjectPath().getFullQualifiedPath() method, I > believe, will will return a path to the initial project, so if within > subprojects you use such methods as Cspider.getPage, Cspider.getDataObject > make sure that you pass an absolute path to a needed page/data object: > Projectname.PageName. > 2. If you use object that implement Serializable as opposed to objects > that derive from CSpValue, you have to use get/putAnyUserSessionObject > method. > > HTH > Boris > > -----Original Message----- > From: LadyNaureen [SMTP:[EMAIL PROTECTED]] > Sent: Monday, August 16, 1999 6:56 AM > To: [EMAIL PROTECTED] > Subject: [ND] Accessing Session Objects in multiple projects of a > single application > > > Dear ND Experts, > > Hi, > > My application is divided into five parts. for each part we have a > separate project. > The main project which also provides the menu, load pages of > different projects. > The problem is that the main project is puting some information for > other projects > to access like user id , password etc., in session objects and I am > not able to access > these session objects placed by main project in other projects. > Any help will be greatly apreciated. > Thanks in advance. > > Regards, > LadyNaureen > _________________________________________________________________________ > > 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]
