2002. szeptember 26. 11:42 d�tummal Ori Tend ezt �rtad: > When using the <html:form> tag, and whenever the session is cookie > disabled, Struts automatically puts a "jsessionid=..." in the URL string > for cookie-disabled session tracking. > I dont want have the "jsessionid=..." in the URL, but I do want to keep > using the Struts taglib. > Does anyone know how to diable the "jsessionid=..." in the URL ?
Enable cookies in your browser. If you don't have the jsesisonid appended AND cookies enbled, you have to authorize yourself for each request and I guess this isn't what you want. Tib -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

