Dear all

I have a servlet which accepts HTTP requests from a WinCE application.
I used HttpSession to maintain the session of the request.  Since the
WinCE applicaiton is a standalone application which won't run on any
browers, and I don;t think WinCE support cookies, how can I maintain a
session for such a Client?

I have a Java applet that I uses to test the servlet and session works
very well.
Do I need to give up the nice httpSession interface and write my own
session management object?
Anyone has any idea?

Thanks
Amy

___________________________________________________________________________
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