[Seaside] Secure login and unsecure app

Philippe Marschall philippe.marschall at gmail.com
Sat Aug 11 10:18:10 UTC 2007


2007/8/10, Sebastian Sastre <ssastre at seaswork.com>:
>
>
> Hi there,
>
>     how one make an apache or lighthttp configuration that makes a seaside
> app to make its login secure (https) and the rest of the app insecure
> (http)?
>
>     I've imagined by making two apps (one secured and other insecure) the
> secured only for login.. but can the user session can be passed from one
> application to another?

Not out of the box. You can experiment with switching the application
of a session or #call: to a new customized WARenderLoop. No guaranties
though that it works.

Cheers
Philippe

>     cheers,
>
>
>
> Sebastian Sastre
>
>
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list