Rodrigo > I am having problems with sessions. I am storing some object references in > my session, but they dissapear when I jump to a specific action. I send the
Are you storing them directly in the HTTPSession in the Servlet API, or in a Turbine way like data.getUser().setTemp()? > contents of the session to catalina.out as soon as the action starts, so > there is very little possibility (0.000001%) of overwritting or deleting the > reference. Still, the session is there but it no longer contains the > references I stored. Any idea what is going on? The session doesn't seem to > be invalid since it is not throwing any exceptions when asked for > attributes. Thanx Why just this specific action? Is it special in some way? Are you doing something different with authentication/authorization? Send more info. Eric -- Eric Emminger [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
