hello,
we are working on web enabled project where the swing applets(hence
javaplugin1.2) talk to servlets. But session tracking does not seem to
work??

The login applet is JApplet
The login servlet creates a new session by doing
request.getSession(true).
The Area_Master_Applet is again swing app. and it connects to the
servlet Area_Master_Servlet where we do request.getSession(false). The
cookies of the browser are enabled. Still session tracking does not take
place.

Same code w/o plugin i.e. using java.applet.Applet works.

Is it the javaplugin that is creating probs.

We are doing session tracking with default cookies available on
browsers.

thanx in anticipation,
komal.

___________________________________________________________________________
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