What is the difference between Session and Cookie?

The interaction that takes place between the browser and server in
a
session will not be available during the subsequent sessions. That
is
why we are using session...

The cookie also do the same. If you store any value in a cookie,
it
can be accessed during the subsequent sessions.

please clarify my doubt.

thanks in advance.

Gopinath

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to