[PHP] Re: Can session.save_path data be saved to a database instead of a file system?

2004-06-02 Thread Caleb Walker
>> > > This is how I would do it and would require no additional changes to the > code - just set your auto prepend in a .htaccess file if you're using > Apache. This sounds interesting. Could you elaborate a little more? I mean what is the "auto prepend" and what is the syntax for the .htac

[PHP] Re: Can session.save_path data be saved to a database instead of a file system?

2004-06-02 Thread Caleb Walker
On Wed, 02 Jun 2004 10:29:31 +0100, Michael Nolan wrote: > Caleb Walker wrote: > >> I have 2 servers fail-over/load-balanced behind an F5 >> bigIP. I want session data to be maintained in the event one server takes >> a dive. In this scenario, if a user is in the midd

[PHP] Can session.save_path data be saved to a database instead of a file system?

2004-06-01 Thread Caleb Walker
I have 2 servers fail-over/load-balanced behind an F5 bigIP. I want session data to be maintained in the event one server takes a dive. In this scenario, if a user is in the middle of doing something while logged in, they will not have to lose all work and log back into the server to continue wor

[PHP] LDAP problems

2003-06-11 Thread Caleb Walker
Can anyone tell me what is wrong with this simple code? It errors with the ldap_get_values and says: "supplied resource is not a valid ldap result entry resource" I am very new at PHP LDAP so pardon my error... -- Caleb Walker CCSE, MCSE -- PHP General Mailing List (http://w

[PHP] LDAP resources

2003-06-11 Thread Caleb Walker
. Thanks -- Caleb Walker CCSE, MCSE -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php