Weblog Distribution: Where is the Item Stored?

I need to understand how an object is stored and distributed in Weblogic.

After authentication, where is the object stored at the HTTP level? HTTPSession it internally stored in an HTTPSession ?

The same where it is stored at the EJB level?

I have an application in which many actors are updated in a topic at the HTTP and EJB levels. In some cases, I get an exception for a simultaneous modification. Although the fix is โ€‹โ€‹simple, just for synchronization, I need to understand the insides of where the object is stored at the HTTP and EJB levels.

+4
source share
1 answer

This applies to the internal functions of the WebLogic implementation, which may even change from version to version, so I will stay away from it.

You will find official information for the public security APIs only.

0
source

All Articles