php-general | 2001072
Date: 08/01/01
- Next message: ard <email protected>: "[PHP] mod_perl php4 DBI->connect MySQL bomb segfault solved."
- Previous message: Ralph Guzman: "[PHP] MAgic Quotes"
- Next in thread: Philip Murray: "Re: [PHP] Share Session Vars on 2 servers"
- Reply: Philip Murray: "Re: [PHP] Share Session Vars on 2 servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have developed a well tested password protection system using session
vars. We have 2 web servers with half of our pages on each (for reasons I
wont go into). What I need to be able to do is have a single login that
would then work on both servers. Which basically means sharing session vars
on 2 servers.
Yes sure I could use just straight cookies because both servers live under
the same main domain but I have the system already in place and I dont want
to change it.
I think it could be done by forcing the 2 servers to use the session temp
same directory with 'session.save_path' variable by using a NFS share. But
we would prefer not to do that. And in fact if that was the only solution we
would just do without.
Is there soemthing else I can do.
Paul
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: ard <email protected>: "[PHP] mod_perl php4 DBI->connect MySQL bomb segfault solved."
- Previous message: Ralph Guzman: "[PHP] MAgic Quotes"
- Next in thread: Philip Murray: "Re: [PHP] Share Session Vars on 2 servers"
- Reply: Philip Murray: "Re: [PHP] Share Session Vars on 2 servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

