I believe that you need to use buffered output in the JSSI servlet.

Looks like this in the zone.properties:

servlet.org.apache.servlet.ssi.SSI.initArgs=buffered=yes

That will cause the JSSI servlet not to write to the servlet output
until all the sub-servlets have executed.  Ao you will be able to use
cookies, and sessions.

        -Nissim


leogsilva wrote:
> 
> Hi there,
>         I'm implementing session tracking with cookies. The
> problem is : the servlets inside jhtml files does not
> access the cookies consequently the clients are
> rejected. I tried to use both PropagateParameterSSI and
> buffered option but the result was the How can I solve
> this ? Thank you!!
> 
> Regards
> 
> Leo
> 
> _________________________________________________________________________
> BRASIL ONLINE
> Todo brasileiro tem direito a um e-mail gr�tis - http://www.bol.com.br
> 
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Problems?:       [EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Problems?:       [EMAIL PROTECTED]

Reply via email to