Hi, I search into the mailing list and didn't find how to declare an object such as an ArrayList at the context level. ASO is for session and @Persist for requests, but what about the Application/Context level?
My site needs to maintains a list of users with their status without having to reload it from the database at each new session created. Thanks M.