Apache::Session uses a cookie to identify a user. Every request will be
switched to one of the nodes in your cluster. That node will fetch the
session data corresponding to that cookie and work with it.
Mind you, Apache::Session is a great piece of software, but in balanced envs
you may need to balance your session data over multiple database. Then you
need some logic to make requests sticky.
Hope this helps,
Renzo
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: donderdag 30 november 2000 16:07
To: [EMAIL PROTECTED]
Subject: Apache::Session Question
I have read all the documentation I can find, but have not found a
clear answer about Apache::Session sharing information across load
balanced machines? My assumption is that if I am using a database
(Oracle), that the information will be available across the load
balanced machines. But when I look at the schema for the database, I
no longer get the feeling that it is?
Can anyone confirm this for me please?
--
C Wayne Huling <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]