BBjspSessionUtil (Deprecated)

The BBJSP system is deprecated. For new development, use BBxServlet.

Description

In BBJ 16.0 and higher, this class provides utility methods for loading and saving BBjspSessionData.

These utility methods are provided to allow developers access to the stored BBjspSessionData in a regular BBj program.

Using these methods it is possible to copy entries from one context to another.

Methods of BBjspSessionUtil

Return Value

Method

BBjspSessionData

loadSessionData(string contextName, string sessionID)

BBjspSessionData

loadSessionData(BBjspWebRequestrequest, BBjspWebResponseresponse)

void

saveSessionData(string contextName, BBjspSessionDatasession)

Remarks

None.

See Also

BBJSP

BBjspSessionData