----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,
If I understand correctly, what Fernando said was, encodeURL method when u
send the url from servlet to applet (basically that will append sessionid to
the url). So when the applet sends the request back to the server to get the
document, u have the sessionid in the url, and Jserv can associate this
request with the existing session.

This is what he suggested (I think),
instead of 

out.writeUTF("http://www.yfas.com.tr/IlkGiris.html");

u use,

out.writeUTF(response.encodeUrl("http://www.yfas.com.tr/IlkGiris.html"));

HTH
Sudhi


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to