Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

Logging Out of a Session

When you are finished using a database or server session, you must log out of the session using Session method logout.

When logging out of a session broker session logs out of all sessions registered with the session broker.

When you are finished using a client session, you must release the session and any connections allocated to it using Session method release.

Although TopLink provides a finalizer to release sessions, this is a last resort. Oracle recommends that you always log out of your sessions.