hi room,
in case webrower is turned cookie off, so we can't create an cookie file on client's machine. I know in
servlet we can use URL rewriting :
response.encodeURL(url);
//it will return an with parameter JSESSIONID=xxx.. belong to url
could you tell me how can i do the same with
jsp ?
Thank you,
Hiep