RE: Struts 2 session in Weblogic 10.0

2008-10-17 Thread Kawczynski, David
I've seen that, and it had to do with the transition from https to http resulting in discrete sessions. -Original Message- From: Peterson, Ryan [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 3:46 PM To: user@struts.apache.org Subject: Struts 2 session in Weblogic 10.

Struts 2 session in Weblogic 10.0

2008-10-17 Thread Peterson, Ryan
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