The name BrowserSession may be misleading... BrowserSession does not control or embed a real browser. It's just a pure python object that calls create_request(). It collects the cookies that are returned and uses them on the next requests. In this easy it simulates a contiguous session (same visit, among other cookies).
Openning multiple BrowserSessions is not like openning a few instances of IE, since each BrowserSession has its own cookie jar. Nadav --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
