Re: Logout from Apache

2009-03-19 Thread David Dorward
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

Logout from Apache

2009-03-19 Thread Naji, Khalid
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/

RE: logout

2002-05-06 Thread Bob Showalter
> -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

Re: logout

2002-05-05 Thread drieux
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

logout

2002-05-05 Thread Teresa Raymond
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

Re: How I can logout?

2002-03-27 Thread Hytham Shehab
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]

How I can logout?

2002-03-25 Thread Luis Guillot
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