|
Abstract |
There is a restriction that applications cannot
synchronize on session objects as it may result in a deadlock. |
|
|
Content |
Applications cannot synchronize session objects inside of their
servlets or JavaServer Pages (JSP) because a deadlock with the session
manager may occur. The deadlock occurs because the session manager does
not expect the use of more than one locking mechanism. You can ensure that
only one request can access the session at a time through the use of the
configuration option, "allow serial access". |
|
|
|
|
|
|