Working with SessionsSessions are used by web services to persist user data over multiple calls to a web service. For example, they can be used to save a user's settings, data, or other things. Sessions are supported by the Web Services Package. However, there are no special functions or options. If a web service provides operations that use sessions, then they should be used by the Java client.
|