I want to set up my database for the user to enter the main menu without logging in, but want a link at the bottom of the Main Menu to login if the user wants permission to modify records.
So, they enter the database through a call to the script: http://matineeclub.tripod.com/cgi-bin/db.cgi?uid=default at the bottom I have a LOGIN link to:<A HREF="$db_script_link_url?login_form=1">Log In</A>, but this always ends up sending them to the Logon Error form with invalid/expired user session as the reason.
How can I write this to work?
So, they enter the database through a call to the script: http://matineeclub.tripod.com/cgi-bin/db.cgi?uid=default at the bottom I have a LOGIN link to:<A HREF="$db_script_link_url?login_form=1">Log In</A>, but this always ends up sending them to the Logon Error form with invalid/expired user session as the reason.
How can I write this to work?

