[PHP] Re: Login/Security Problem

2001-11-14 Thread Daniel Masur
set a cookie, and delete it with a logout button or when the user leaves your domain Joe Van Meer [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi there. I'm new to php and would like some insight on securing a website. Upon successful login to my site

[PHP] Re: Login/Security Problem

2001-11-14 Thread Joe Van Meer
Thx for replying, so I can do away with the session variable that I was setting and just set a cookie on their machine and delete it when they logout? I don't have to check on each page? Cheer Joe:) Daniel Masur [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [PHP] Re: Login/Security Problem

2001-11-14 Thread Daniel Masur
9 56 W3 www.interaktion.ch -- - Original Message - From: Daniel Masur [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 2:33 PM Subject: [PHP] Re: Login/Security Problem set a cookie, and delete it with a logout button or when

Re: [PHP] Re: Login/Security Problem

2001-11-14 Thread Tamas Arpad
On Wednesday 14 November 2001 14:58, you wrote: I think mixing of the web application's and the host's operating system's authantication is not the best thing (if you don't exactly need that) The $isLogged variable that is stored in the session is perfect as long as you check that it is came