Hi. I'm using Java 1.3, Weblogic 6.0, Struts 1.0 beta 1. I'm using an extension of the STRUTS Action class to perform form-based authentication. After authenticating the user, I retrieve a return URL path from the session and create an ActionForward object with that return URL and return this object in my perform() method. This works perfectly with SSL disabled; however, when SSL is enabled, it seems to hang on the login page, and does not seem to be able to forward to the return URL page. I did some debug printlns, and I can see that the return URL path was retrieved correctly from the session. Why isn't it forwarding correctly with SSL enabled? Any ideas would be greatly appreciated. Thanks, Karen