> Q1. Can I force the browser to use URL rewriting if cookies are always
> accepted?
A browser knows nothing about URL rewriting, it's server issue.
> Q2. Can I disable cookies from a servlet?
Yes, but usually you don't have access to servlet engine to overwrite some
methods. Check your servlet engine configuration how to disable using
cookie, for example fro JWS it's:
enable.urlrewriting=true
in the file
jws/properties/server/javawebserver/webpageservice/session.properties
> Q3. Is there something I am missing?
You can always check how session was created, from cookie or URL rewriting,
and modify your code to work for both cases.

Dmitry.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to