RE: [PHP] saving sessions

2011-08-05 Thread Florian Müller
a quite high level of security, in comparisions with other ways. Regs, Flo From: midhungir...@gmail.com Date: Fri, 5 Aug 2011 08:20:11 +0530 To: wilp...@me.com CC: php-general@lists.php.net Subject: Re: [PHP] saving sessions On Sat, Aug 6, 2011 at 7:56 AM, wil prim wilp...@me.com wrote

FW: [PHP] saving sessions

2011-08-05 Thread Jen Rasmussen
: Friday, August 05, 2011 1:35 AM To: midhungir...@gmail.com; php-general@lists.php.net Subject: RE: [PHP] saving sessions But please do not use cookies to store a password as code! Cookies are human readable with some add-ons Check like this: if someone registers, insert it into a table: ?php

[PHP] saving sessions

2011-08-04 Thread wil prim
Hello, im new to the whole storing sessions thing and I really dont know how to ask this question, but here it goes. So on my site when someone logs in the login.php file checks for a the username and password in the table i created, then if it finds a match it will store a $_SESSION [] variable.

Re: [PHP] saving sessions

2011-08-04 Thread Midhun Girish
On Sat, Aug 6, 2011 at 7:56 AM, wil prim wilp...@me.com wrote: Hello, im new to the whole storing sessions thing and I really dont know how to ask this question, but here it goes. So on my site when someone logs in the login.php file checks for a the username and password in the table i