At 2:56 AM -0700 8/13/01, SUBSCRIBE SERVLET-INTEREST Lucy wrote:
>Hi
>Thank you kindly for your considered replies.  As you rightly say,
>there are no guarantees in thread safety, and all I can continue to do
>is to code as carefully as I can for multiple users.  I haven't come
>unstuck to date, but it is very much an ongoing concern.  It would be
>useful to see more up-to-date literature written with Servlets particularly
>in mind though.  But thanks for your comments, they are much appreciated.

See http://virtualschool.edu/jwaa. This is a website and a Dr. Dobbs
Journal article, not a book, but it addresses some of your concerns
(if tangentially) by providing AUTOMATED support for both session
tracking cookies and URL rewriting.

That said, I don't understand your objection to cookies. Session
tracking is one thing cookies are designed to support. Most if not
all of the objectionable uses of cookies can be handled without
breaking session tracking via browser preferences. The really
disgusting ones can be stopped with external tools like
JunkBuster/Squid.

Perhaps we could help more if you'd explain exactly why you object so
to cookies.
--
Brad Cox, Ph.D.; [EMAIL PROTECTED] 703 361 4751
For industrial age goods there were checks and credit cards.
For everything else there is http://virtualschool.edu/mybank
Java Web Application Architecture: http://virtualschool.edu/jwaa

___________________________________________________________________________
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