Re: Testing session persistence with a php script

2013-08-21 Thread Mark Eggers
On 8/21/2013 12:59 PM, vi...@thepenguin.org wrote: I am trying to figure out if I can run my sessionpersistence script that I run with Apache to see if sessions persist between two tomcat sites on two separate servers. The load balancer has session persistence enabled but Iam unsure how to test i

Re: Testing session persistence with a php script

2013-08-21 Thread Daniel Mikusa
On Aug 21, 2013, at 3:59 PM, vi...@thepenguin.org wrote: > I am trying to figure out if I can run my sessionpersistence script that I > run with Apache to see if sessions persist between two tomcat sites on two > separate servers. The load balancer has session persistence enabled but Iam > unsu

Testing session persistence with a php script

2013-08-21 Thread vicki
I am trying to figure out if I can run my sessionpersistence script that I run with Apache to see if sessions persist between two tomcat sites on two separate servers. The load balancer has session persistence enabled but Iam unsure how to test it. My thought was that I would just add the follow