Hi I have a link at the bottom of one of my pages
<html:link forward="logoff"><bean:message key="top.logoff"/></html:link> If I access this page with Internet Explorer 6 I get the page rewritten as http://localhost:8180/ereal/index.jsp;jsessionid=838580D235A35947290E535E0D979 ie, with a jsessionid parameter, while if I access it with Mozilla I get http://localhost:8180/ereal/index.jsp ie, without a jsession parameter. In this case I do not want a jsession parameter since the session has ended. How can I force struts not to write this jsession parameter which is included when I access the page with IE6. Cheers Tony -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

