Page 1 of 1

Keep Separate Cookies

PostPosted: Fri May 13, 2011 2:41 pm
by efaceb
Can two or more eValid instances running in parallel keep separate cookies?

Re: Keep Separate Cookies

PostPosted: Sun May 15, 2011 4:49 pm
by eValid
efaceb wrote:Can two or more eValid instances running in parallel keep separate cookies?

Yes, if the separate instances of eValid label the cookies appropriately.

However, if you have two identical processes running an application that creates (and uses) a cookie, eValid has not way to control what name that cookie is given. So both instances may give their data to the same cookie.

Our practice is to run "cacheless" when more than one eValid process is involve, for just this reason. There being only one cache on each machine -- the cache and the desktop are the two unitary resources that eValid relies upon -- this is the safest way to run tests in parallel.

eValid Support