----------------------------- Please read the FAQ! <http://java.apache.org/faq/> ----------------------------- hi, all and henner: in a servlet, I have set session, then redirect to a jssi page, in jssi page, I want to get session I set in previous servlet, but it was "null". In servlet, I used response.encodeUrl to pass JServSessionId, when I try to use response.encodeRedirectUrl, it only can pass JServSessionId with cookie enabled in browser, can't pass sessionId with cookie disabled in browser. is it correct result? in jssi page, when I tried session.getValue("xxxx"), the value of xxxxx is null, even though I saw JServSessionId was passed to this page, How can I get this session value? thanks a lot. sun -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
