Re: [PHP] Share Session Vars on 2 servers

2001-08-01 Thread Paul R. Jackson
Thanks Philip, its all become clear now. I have actually seen that user session stuff a long time ago but forgot all about it. I really should have thought of that. Paul "Philip Murray" <[EMAIL PROTECTED]> wrote in message 004a01c11a48$45a34520$0300a8c0@sparlak">news:004a01c11a48$45a34520$0300a8

Re: [PHP] Share Session Vars on 2 servers

2001-07-31 Thread Philip Murray
Hi Paul, If you have a single database between the 2 servers you could implement your own session handlers using PostgreSQL, Mysql or any other db for that matter. http://php.net/manual/en/function.session-set-save-handler.php Shouldn't be to difficult to do at all I imagine. Hope this helps!