Naji, Khalid wrote:
How can I logout via a perl-script from Apache?
That depends on the authentication method used.
Usually it just comes down to "Stop sending your authentication data or
token with each request".
--
David Dorward
http://dorward.me.uk/
--
To unsubscri
Hi,
How can I logout via a perl-script from Apache?
Thank you
KN
--
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/
> -Original Message-
> From: Teresa Raymond [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, May 05, 2002 2:20 PM
> To: [EMAIL PROTECTED]
> Subject: logout
>
>
> I have the following script to logout, but when you push the back
> button on the browser you can have
On Sunday, May 5, 2002, at 11:20 , Teresa Raymond wrote:
> I have the following script to logout, but when you push the back button
> on the browser you can have access to the database. I would like that
> not to happen.
the two strategies that I can think about are
I have the following script to logout, but when you push the back
button on the browser you can have access to the database. I would
like that not to happen.
if ($inrequired=~/logout/i)
{print "Content-type: text/html\n\n";
print <<"PrintTag";
Log Out
hi Luis,
i think u may delete his cookie that u propably set, i think CGI wll be
just fine.
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I would like that an user that is connected to my web page it was
disconnected when closing the navigator or when visiting another web,
without having to press a logout button. Is it possible with Perl? Which
module or like I can do it?
Thank you very much.
Luis Guillot
--
To unsubscribe, e