On Wed, 2009-05-06 at 10:51 +0200, Andreas Hartmann wrote:
> Hi Frank,
...
> One way is to handle all requests of logged-in users via a different 
> virtual host with no caching enabled, probably using https on the same 
> domain. This can be done using mod_rewrite matching a cookie:
> 
>      RewriteCond %{http_cookie} mycookie=([^;]+)
>      RewriteRule ^(.*) https://…

Yeah that would be the cleanest way to mix them both. 

salu2
-- 
Thorsten Scherler <thorsten.at.apache.org>
Open Source Java <consulting, training and solutions>

Sociedad Andaluza para el Desarrollo de la Sociedad 
de la Información, S.A.U. (SADESI)





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to