>>> Ankur Mehta <[EMAIL PROTECTED]> 01-Feb-00 9:20:54 PM >>>
> Does that mean I will have to do my own session management using
URL
>rewritting?
Well... it's not that much harder - just ensure that all URLs are
output using the encode methods.
>Right now I was using Servlet default session management. How do
>you find out which method servlets is using i.e. Cockie or URL
rewriting?
I don't mean to be rude but you could answer this in seconds just by
looking at the API.
The HttpServletRequest interface has a method:
isRequestedSessionIdFromCookie()
and another one called:
isRequestedSessionIdFromURL()
Guess what they do. /8->
Nic Ferrier
___________________________________________________________________________
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