Hi
What is the scope of Package level global variable? Does each session have its own instance of this variable or is the variable shared across the sessions?
I noticed the package level global variable value initialized in one session, is accessible to other sessions.
Thanks,
ST