Hi All,

   I wanted to try out URL Rewriting from an Applet
client.
   I am trying out this URL rewriting as a part of
work, which requires Applet - Servlet Communication.

   I had disabled cookies in my Browser.

   I read the "jsessionId" for the session as an
applet parameter and before every time i open a new
URL to the Servlet i append ";jsession=SessionId" to
the URL.

  The servlet is able to correctly identifying the
session. But if i put some values in the session and
try to access those values, the next time i connect to
the servlet, it is giving null.
It even prints the same session id all the time i try
to connect from the same applet.

  I use Tomcat.

  More Over it works fine with cookies enabled.

  Plesae advise me if i am missing anything here.

Thanks in Advance,
Sarang.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

___________________________________________________________________________
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