On Thu, 5 Jul 2001, rajiv mulay wrote:

> if it is done internally, then if we disable cookies in browser
> session is not carried forward to other pages.
> 

Everything works as long as you understand the requirements defined in the
Servlet Specification, which can be downloaded at
<http://java.sun.com/products/servlet/download.html>.

Basically, the <html:form> and <html:link> tags automatically perform URL
rewriting for you.  But if you create any hyperlinks by other mechanisms,
you are totally on your own.

> rajiv

Craig McClanahan

Reply via email to