Posted by Jasen Betts on 02/10/06 23:40
On 2006-02-09, Bongo <bongo@surrealview.com> wrote:
> Hi there,
>
> I am very new to the world of php and anything dynamic...
>
> I have created a session and a logout button...
>
> when I logout and then press the back button far enough to where I
> logged in... it logs in again. Even when I destroyed the session...
>
> Anyone have any ideas what I am doing wrong?
start the session before asking for the password.
then when they paste the password page the second time the session ID
will be invalid so it'll be rejected.
--
Bye.
Jasen
Navigation:
[Reply to this message]
|