Hi,

Not sure if this is a Struts/general servlet issue.

I have a non-struts servlet application that allows the user to logon , adding
logon info to the httpSession, and then after choosing a menu item is redirected
(response.sendRedirect(response.encodeRedirectURL(path)) to a struts
application.

The issue is that the non-struts application and struts application each get
their own session. So the struts application can not get any logon values from
the session object.

I

?ve subclassed ActionServlet, and am calling HttpSession session =
request.getSession(); from within the process method.

I?m running Weblogic sp8, and all the apps are running on the same box.


thanks
neil

NOTICE
The information contained in this electronic mail message is privileged and
confidential, and is intended only for use of the addressee.  If you are not the
intended recipient, you are hereby notified that any disclosure, reproduction,
distribution or other use of this communication is strictly prohibited.  If you
have received this communication in error, please notify the sender by reply
transmission and delete the message without copying or disclosing it.

Reply via email to