Hello,

I'm unsure whether I need to compensate for clients that don't use
cookies by re-writing URL's.

I create the session by the code,

HttpSession session = req.getSession(true);

This, I believe, gets the session or creates a new session.
I use this line of code on each of my servlet's.

Does this compensate for clients not having cookies, or do I need some
more code?

___________________________________________________________________________
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