At 05:17 PM 11/30/00 +0100, Renzo Toma wrote:
>Apache::Session uses a cookie to identify a user. Every request will be
This is an accurate reply to the message but...
I think you want to be careful with terminoloy. Apache::Session does not
use a BROWSER level cookie. I think you are using the
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
On Fri, May 05, 2000 at 05:58:33PM +0200, Francesc Guasch wrote:
>> [Solaris + Apache::Session]
> After the use Apache::Session you maybe have
> to type something like this.
>
> $Apache::Session::SysVSemaphoreLocker::nsems=16;
In my preliminary testing, it appears this is also necessary to get S
Gundars Kulups wrote:
>
> Hi!
> I am sorry to ask this bit off question, but still. Has anyone used
> Apache::Session on Solaris (Sparc, not intel)?
> We implemented system on Linux (intel) and tried to port it to Solaris, but
> session doesn't work - can not create session files. Store manager u