Howdy,
Are you authenticating users accessing your application?

To address some of your other concerns:
- Cookies will not prevent google from indexing your site, you can test
that pretty easily.
- Maintaining a session per user is not a big deal, as these are tiny
objects by default.  They only get big if you put big attributes in
them.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Neal [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, January 20, 2004 1:53 AM
>To: 'Tomcat Users List'
>Subject: Tomcat - Automatically writes a session?
>
>Someone just pointed out that my JSPs are have this in the header:
>
>"Set-Cookie: JSESSIONID=97C8777F16379B8EC2CD17273CE35C3C; Path=/"
>
>The problem is that I'm not setting any sessions or cookies from the
>page so I have no idea what's going on.  Is there some reason this is
>there?  Is there some setting in the Web.xml and/or server.xml file
that
>I must tweak?
>
>PS - I use Tomcat has my http server, not apache (in case that's
>meaningful).
>
>Thanks.
>Neal
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to