|
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 ==========
|
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
