Date: 03/02/01
- Next message: Lars Heuer: "Re: [phplib] Mailing the cart for order fulfillment"
- Previous message: Ali: "Re: [phplib] database problem"
- In reply to: Marc Fournier: "Re: [phplib] database problem"
- Next in thread: Chris Johnson: "RE: [phplib] database problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Just to make sure I'm following this thread correctly: I $sessdb here
really $sess->db, or did I miss something?
On Fri, 2 Mar 2001 08:59:07 +0100, Marc Fournier wrote:
>
> Hello,
>
> > $sessdb->query ( "SELECT sid from active_sessions WHERE sid='" . $sess->id .
> > "'" );
> I usually call $sessdb->connect(); just before page-close() to resolve this
> problem, but as written in the phplib doc, you should try to integrate the
> session table in the same database as your application.
-- John Mandeville mandevil <email protected>--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Lars Heuer: "Re: [phplib] Mailing the cart for order fulfillment"
- Previous message: Ali: "Re: [phplib] database problem"
- In reply to: Marc Fournier: "Re: [phplib] database problem"
- Next in thread: Chris Johnson: "RE: [phplib] database problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

