RE: Applets and Sessions

2008-01-22 Thread Charlie Wingate
- From: david delbecq [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 4:12 PM To: Tomcat Users List Subject: Re: Applets and Sessions Applet are client side, they are not related to tomcat. If you applet request ressources from server, the fact it creates or not session depend on the way

Re: Applets and Sessions

2008-01-21 Thread david delbecq
Applet are client side, they are not related to tomcat. If you applet request ressources from server, the fact it creates or not session depend on the way it access it and on the fact ressource requires or not a user session. Charlie Wingate a écrit : Hi All, At every user in