Описание тега sessioncontext
The `SessionContext` interface as a part of the `javax.ejb` package provides access to the run-time session context that the EJB container provides for a session bean instance.
The SessionContext
interface as a part of the javax.ejb
package provides access to the run-time session context that the EJB container provides for a session bean instance. The container passes the SessionContext
interface to an EJB instance after the instance has been created. The session context remains associated with the EJB instance for the lifetime of the instance.