14 Feb
2003
14 Feb
'03
6:58 p.m.
Thomas Guettler wrote at 2003-2-13 20:13 +0100:
If I use the logout method like this: def logout_(self, REQUEST, RESPONSE): ...
The browser pops up a prompt where I should login again. But I login into the logout page which is senseless. Has someone a solution? I tried a redirect to a public method but this does not work. First redirect to the place where you want the login to take place and activate your "logout_" there.
Dieter