src/session/cleanup.ts
Once a session is no longer displayed on a page, either because the browser window is closed or the session's BqSessionComponent is destroyed, the cleanup strategy will be requested to perform any additional cleanup, such as actually closing the session in the Runtime. This cleanup will also be run for expired sessions.
Methods |
|
Abstract cleanup | ||||||
cleanup(session: Session)
|
||||||
Parameters :
Returns :
void
|