I am making an ajax call to a servlet from a secondary page. I need to access the default portalcontext object ( com.vignette.portal.website.enduser.PortalContext) from within the servlet accessed from an ajax call made from the secondary page. The portalcontext object is available in secondary page, need to avail the same object from inside the servlet to read User object data, etc.
Any idea
thanks
Jasob