[ic] ALL pages secure after login

Stefan Hornburg Racke interchange-users@interchange.redhat.com
Wed Sep 19 03:35:00 2001


Mstrshnds@aol.com writes:

> Does anyone know of a way to keep ALL pages secure after you have logged in?

In any directory below pages:
.access => empty file
.autoload => 
[perl]
if ($Session->{logged_in}) {
    $Config->{VendURL} = $Config->{SecureURL};
}
1;
[/perl]

This should work (a similar technique is used by the UI if you set UI_SECURE
to 1.).

Ciao
        Racke

-- 
Racke happily hacks Interchange and maintains Debian packages like Courier.

For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: info@cobolt.net; Phone: 0041-1-3884400)