On Sun, Mar 29, 2009 at 10:22 PM, Amy <[email protected]> wrote:
> --- In [email protected], Sam Lai <samuel....@...> wrote: > > > There doesn't seem to be any way to tell AIR to start different > > browser sessions, or even end an existing one. > > > > Am I missing something obvious, and is anyone else in the same boat? > > This is the way it works in a browser, as well. If you have two instances > of the same browser open and log into the same session based site with > different credentials, you'll wnd up with only one usable session. > > HTH; > > Amy > Well it depends on the browser and how its opened. For instance if you open a new window from Internet explorer after the session is started then theres only one session. If you open the new window before or just launch Internet Explorer from the icon then theres two sessions. In firefox two browsers don't share a session but two tabs do. Other browsers I'm unsure about. It should be mentioned that the obsevation on how IE works is based on IE 5 - 5.5 and 6.0 I don't know about 7 or eight. Oh and this is session cookies I'm talking about. If persistant cookies are used (cookies with an expiry time) than yes Amy's observation is completly correct. SAM - you should be able to destroy the cookies. Also try not setting an expiry time or TTL on the cookies. It may help. (depends on how your spanwing windows I think) Regards, Wesley Acheson

