[PHP] (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
Hey there, I'm currently writing a web app using php. I was just looking for some advice on one aspect. On this site, users will be able to log in and post messages, or articles, or replies etc, you get the idea. Anyway, I am storing some info about the users, the usual stuff, name, email,

Re: [PHP] (another, not entirely)sessions question

2001-07-20 Thread teo
Hi Conor! On Fri, 20 Jul 2001, Conor McTernan wrote: Hey there, I'm currently writing a web app using php. I was just looking for some advice on one aspect. On this site, users will be able to log in and post messages, or articles, or replies etc, you get the idea. Anyway, I am

Re: [PHP] (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
an object (OOP) of all user info, serialized in an session var, would be a solution... just my advice... py - Original Message - From: Conor McTernan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 7:31 AM Subject: [PHP] (another, not entirely)sessions