[Zope-CMF] Authentication frustration

Kevin Carlson khcarlso@bellsouth.net
Tue, 24 Sep 2002 10:35:13 -0400


I have a form (docOption) that displays a list of DB records and a link to
delete a DB record (deldoc).  Deldoc is a python script that calls a ZSQL
method to delete the record and then redirects the browser back to the
docOption form.

Upon redirection to docOption I am instead redirected to the login_form and
I don't understand why this is happening since I was just there.

Does anyone have any ideas why this could be happening?

Kevin