hi jigar,
"Jigar S. Shah [I]" wrote:
> I have a small question
> Does the client machine need to have cookies enabled, if I am using
> object of type HTTPSession to Maintain the user state
There are two ways to maintain state
1. Client machine need to have cookies enabled. Here session id is stored in
cookie.
2. Use URL re-rewriting, in this case session id is attached with the url
itself.
you can go to archives of this list where you can find discussion related to
session tracking.
>
>
> What if the client machine is not cookies Enabled
>
> Thanks
> Jigar
>
> ___________________________________________________________________________
> 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
___________________________________________________________________________
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