Simone Gianni wrote: > Hey, pay attention. In Javaflow AND in flowscript, global variabiles are > quite dangerous : they are global in the real sense, can span different > user sessions, you should not use them if not for singleton classes, or > other really global data like configuration.
I'm pretty sure this is not correct; at least in flowscript global variables (explicitly declared with the var keyword in global scope) are attached to the user session and do not span across sessions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]