-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Henner:
could you help to check if it is right:
 
response.sendRedirect(response.encodeUrl("../apps/"+rs.getString("country")+
"/application.html?JServSessionId="+session.getId()));
when I use encodeURL, compiler says no this method in java.land.String.
but I still can't get session.

thanks.
sun

> ----------
> From:         Henner Zeller[SMTP:[EMAIL PROTECTED]]
> Reply To:     Java Apache Users
> Sent:         Friday, September 17, 1999 5:27 PM
> To:   Java Apache Users
> Subject:      RE: jssl and apache ssl
> 
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
> 
> 
> Hi,
> SJ| is it correct,  JservSessionID?
> the correct spelling is
>   JServSessionId 
>    ^'S'        ^ 'd'
> 
> AND - The ParameterPropagatingSSI expects to get the Parameter as either
> GET or POST parameter, it _does not_ look in the session, so you've to
> provide it initially through an encodeURL()-call.
> 
> ciao,
>   -hen
> ---
> Henner Zeller                                 [EMAIL PROTECTED]
>  PGP pub key [77F75B39]: finger [EMAIL PROTECTED] 
>  
>   Microsoft is not the answer, it's the question. The answer is 'NO'
> 
> 
> 
> --
> --------------------------------------------------------------
> 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]
> 


--
--------------------------------------------------------------
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]

Reply via email to