Is that possible with current mod_midgard?

I want to achieve that the browser forgets about the credentials which
the user supplied earlier when visiting an auth-required page.

I know that this may be browser dependent. I tried to do this by
fetching an empty page with this in <[code-compat]>

<?
header("HTTP/1.0 401 Unauthorized");
exit;
?>

This didn't work, no matter whether this page was auth-required or not.
Has anyone managed to accomplish this without cookies beeing involved?
Perhaps, I have to send an authenticate header too but I cannot figure
out how, although I experimented a lot.

TIA,

Frank

-- 
Dr Frank Boehme                      | Email: [EMAIL PROTECTED]
National University of Ireland, Cork | phone: +353-21-903163
Dept of Computer Science             |   fax: +353-21-903113
Cork, Ireland                        |

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to