To clarify:

"Session IDs" are a server-side issue. Exactly what constitutes a "session" depends on server configuration. On some sites, you can have an IE window open and a Firefox window open, both in different sessions. Some servers will not allow more than session per IP address, at all. It also depends in part on how session information is stored: Is it internal (on the server)? Is it kept in cookies? In the latter case, if you are using IE, simply using multiple processes will not help you. The second cookie will overwrite the first, and so on.

There is a way to run different sessions on most servers, even if they use cookies, but simply running in separate processes will not do it.

Lonny Eachus
==========
Subject:
Re: [Wtr-general] Wtr-general Digest, Vol 31, Issue 20
From:
"Bret Pettichord" <[EMAIL PROTECTED]>
Date:
Fri, 9 Jun 2006 12:19:32 -0500

Actually this is a common question. The solution is in the FAQ.
http://wiki.openqa.org/display/wtr/FAQ#FAQ-concurrentie


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to