Re: Apache::Session extra record not write to Mysql db.

2003-09-02 Thread Perrin Harkins
On Tue, 2003-09-02 at 00:13, James.Q.L wrote: > --- Perrin Harkins <[EMAIL PROTECTED]> wrote: > > Did you add code of your own to update the time column? > > > > no. Maybe you added the time column as an automatic timestamp column? There is no time column in the schema described in the Apache::

Re: Apache::Session extra record not write to Mysql db.

2003-09-02 Thread Anton Permyakov
> > > $session{'time'} = time();## this updates 'time' record > > > > But it doesn't update the time column in the database unless you hacked > > the Apache::Session code to do that. > > > > now i don't know why the time record gets updated. isn't it suppose to update the one in > a_session

Re: Apache::Session extra record not write to Mysql db.

2003-09-02 Thread James.Q.L
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > James.Q.L wrote: > > before i had three fields in table sessions : a_session,id,time in the DB. > > Did you add code of your own to update the time column? > no. > > and updating table etc from the program was working just fine. however, after i

Re: Apache::Session extra record not write to Mysql db.

2003-09-02 Thread Perrin Harkins
James.Q.L wrote: before i had three fields in table sessions : a_session,id,time in the DB. Did you add code of your own to update the time column? and updating table etc from the program was working just fine. however, after i added one more field (username) to the sessions table through phpmysq

Apache::Session extra record not write to Mysql db.

2003-09-01 Thread James.Q.L
i am experiencing a weird problem with the use of apache::session::mysql before i had three fields in table sessions : a_session,id,time in the DB. and updating table etc from the program was working just fine. however, after i added one more field (username) to the sessions table through phpmy