RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Gustav Wiberg
iberg'; 'Matthew Gonzales'; 'PHP-Windows Group' Subject: RE: [PHP-WIN] Authentication Question! Gustav, Your statements are not entirely accurate, Cookies are stored IN files on the client HD and can be stored there for a while, they don't do anything to cause unspecifie

RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Warren Vail
er 09, 2007 11:23 PM To: 'Matthew Gonzales'; 'PHP-Windows Group' Subject: RE: [PHP-WIN] Authentication Question! Hi! For higher security it's generally better to use Sessions BECAUSE Cookies generally stores files on the client hd for a longer time, and it's therefore

RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Gustav Wiberg
Hi! For higher security it's generally better to use Sessions BECAUSE Cookies generally stores files on the client hd for a longer time, and it's therefore easier to get the password (if the password itself is not encrypted). My tip is to use sessions if it works. Uses cookies in other hand (It