One more Cookie

How are cookies handled by browsers mainly by IE?I see all the cookies sent by other websites, but I am not able to see the cookies that are sent by the servlet container. I am using Tomcat as a Servlet Container.Please do reply this message.ThanksNG.
[293 byte] By [naveen_ind] at [2007-9-26 1:59:34]
# 1

Hi,

Session cookies are kept in-memory, while persistent cookies are stored on disk (in folder "temporary internet files").

You've propably enabled the prompt for cookies for internet sites in your explorer settings, while your own site is part of the "local intranet". To make your own cookies visible, in IE click on tools->internet options->security->local intranet->custom level and mark "prompt" for "allow cookies that are stored on your computer" and "allow per-session cookies".

Regards,

Kurt.

leukbr at 2007-6-29 3:18:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...