Question

During a particular session if I obtain application context and store or change something in application scope, would it become available to all the sessions until the server is rebooted?

Was it helpful?

Solution

Yes. This is one of the goals of application scope.

OTHER TIPS

Until the application is restarted, or the server, yes.

But this kind of thing is trivial to test, you should test it — no answer beats a test that you make yourself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top