Hi All,

We have Set UP as follows:
 
 Client OS Win 95
 Server OS Solaris
 JDK      Ver 1.2
 JRUN    Ver 2.3
 Suitspot (standard ) Ver. 3.5.1 [Japanese]

Basic architecture is Client side applet making URLConnection to Servlets running on JRUN 2.3.

Problem
The login applet is JApplet i.e swing applet, so we are using Java Plug-in 1.2, login applet makes URLConnection to
Login Servlet.
The login servlet creates a new session by doing request.getSession(true).
On the same client machine we access  Area_Master_Applet which 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 i.e . Session s = request.getSession(false)
returns a null object.

Same code w/o plugin i.e. using java.applet.Applet works.and in Area_Master_Servlet Session s =
request.getSession(false) returns a Session object.

Is it the javaplugin that is creating probems.

Regards Nitin
 

Reply via email to