Hi guys,
I'm having some trouble with a session variable not being saved in Weblogic 10. I'm tracking the login of a user by allowing my login class to implement sessionAware, and putting a key/value pair into the session upon successful login. This works just fine testing in Tomcat 5.5, but Weblogic does not seem to store the session variable at all (session has a size of 0 after login). Has anyone run into this problem using Weblogic 10 where your session variables do not get stored properly in Struts 2? Thanks!