Sessions and forwards have nothing to do with one another (unless of course your in some kind of load balanced server farm and aren't using session affinity or something like that).
In other words, sessions and forwards work fine together. Care to share the error you're getting when using a forward? ----- Original Message ----- From: "Frot" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 3:29 PM Subject: Forward & session Hi, Small questio : big problem. In servlets a forward does not seem to work when in a session !? Is this a correct assumption/observation ?? Currently I have to replace all forwards by redirects, resulting in some unwanted behaviour when hitting the back button. If it is not possible to use forward while in a session : is there a session-save forward ??? Or do I have to use another method ?? Thanx, Fred -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

