Hi Taco, We just crossed and you can tell my keenness and I am typing this instead of watching The Bill :-)
To respond to the last bit: >I should have posted the whole thread I was talking about, someone said that >if you open a browser and start a session, then open a new browser, not by >clicking file -> new, but by actually clicking the browser icon again and >opening a new browser and start another session - you can maintain two >sessions, I thought it was a bit weird myself, but other people confirmed if >I am not mistaken.. Actually it is not weird it is logical, and sensible, if you think about it :-) The critical aspect is the setting up of the session. When a new browser connection is made a cookie or jsession is created that is the master to control the "session" variable form that point on, be they client, session or whatever variables. If you open a new window in a browser it is the same browser and it already has the cookie, etc stored in it and so the session continues in the new window. If you open a whole new browser instance then it does not have the identifying cookie and so a new session is created. Now to The Bill :-) --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
