Page 1 of 1

Secure Login

Posted: Mon Sep 28, 2009 5:35 am
by Nelson Joseph
Hi All,

I am new to PHP. I have created a small login form with MySQL. Its working..., but I want to prevent when the user clicks the back button after logged in.

Now the login page is loaded again. - How to prevent this?

Please help me.
Thanks in advance

- Nelson

Re: Secure Login

Posted: Mon Sep 28, 2009 5:38 am
by JePS
After you have processed the POST request do a redirect to the same location maybe?

Re: Secure Login

Posted: Mon Sep 28, 2009 5:45 am
by Nelson Joseph
could tell with some coding please?

Re: Secure Login

Posted: Mon Sep 28, 2009 5:46 am
by jackpf

Re: Secure Login

Posted: Mon Sep 28, 2009 5:57 am
by Nelson Joseph
Its going to login page. (If I click back button from home page)
Actually I want login page that seems to be the joomla admin login page. Its very good. but I cant understand joomla coding.
Please help me