Question
Application Scope within onSessionEnd
Hi,
Can someone enlighten me as to why application scope variables cannot be directly referenced from onSessionEnd? I can understand session variables being unavailable in onSessionEnd, but shouldn't application scope vars still be available? Why do we need to pass them as arguments into onSessionEnd?
