hi sascha,

i never build a setup with two webservers and an oxid ee.

but for our cms + shop cloud solution we do it the following way:

- normaly session files are stored in files in tmp folders. the problem with two webservers ist that each webserver has its own tmp- folder. so, session may get lost if you user is forwarded to server a and forwarded to server b in second request.

- solution: store sessions in memcache. so, just run one memcache server and then configure your php to store sessions in memcache. there are native session-handlers for that in php.

perhaps ee has native support for that?

sven


Am 12.05.2010 um 11:00 schrieb Sascha J. Hauf - DIS:


hi all,

i have a question about sessions,
we have two webservers and one databaseserver
is there any problem with the sessions on the two webservers?


Beste Grüße
Sascha Hauf

_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to