Search found 3 matches

by mike_b2
Wed Oct 06, 2004 8:49 am
Forum: PHP - Code
Topic: [SOLVED] Session fault tolerence
Replies: 5
Views: 455

Thanks feyd that is what I was looking for<eom>

Thanks feyd that is what I was looking for.

Mike
by mike_b2
Wed Oct 06, 2004 2:16 am
Forum: PHP - Code
Topic: [SOLVED] Session fault tolerence
Replies: 5
Views: 455

Thanks for the reply. Yes, there is a shared database, however I am a newbie to PHP and while looking at the session doc saw mention they could be shared but did not see it as out of the box explicitly. e.g. Do I need to be careful of duplicate session ID's., is there any exclusivity issues with the...
by mike_b2
Wed Oct 06, 2004 2:06 am
Forum: PHP - Code
Topic: [SOLVED] Session fault tolerence
Replies: 5
Views: 455

Session fault tolerence

I am trying to write my code so my sessions are able to run across two or more servers. I want to do this using the session ID sotred in a cookie not using URL rewriting. With that said can someone point me in the direction of a howto, code examples, and / or configuration requirements to do this. I...