Re: [PHP] Re: Opinion: PHP Sessions or Cookies

2004-07-14 Thread Torsten Roehr
> > -Original Message- > > have you tried storing your session data in a database? Storing session > > data > > in a database has some advances over the standard file based solution, > > mainly data security und comfort. For example, if you want to get the > > number > > of the active sessi

RE: [PHP] Re: Opinion: PHP Sessions or Cookies

2004-07-14 Thread Ed Lazor
> -Original Message- > have you tried storing your session data in a database? Storing session > data > in a database has some advances over the standard file based solution, > mainly data security und comfort. For example, if you want to get the > number > of the active sessions just do

Re: [PHP] Re: Opinion: PHP Sessions or Cookies

2004-07-14 Thread Justin Patrin
..sessions are easier IMHO On Wed, 14 Jul 2004 16:40:33 +0100, Harlequin <[EMAIL PROTECTED]> wrote: > I am using PHP sessions for my site. Have done the numbers and have to agree > that although cookies make life easier for the developer the whole reason > for cookies is to make life easie