--

> Anyone got any info on not requiring cookies?

cookies are never /required/. they are used if the client accepts them. if
they do not accept them, then the encodeUrl() method will place the session
state into the URL.

having said that, i bet that what you meant to say was "anyone got any info
on how to not use cookies in order to maintain state". The answer to that is
that you need to use your own encodeUrl() method and perform state maintance
on your own within your servlet.

-jon



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to