SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SessionClosed Event

This event is fired when the SP server has closed a session.

Syntax

ANSI (Cross Platform)
virtual int FireSessionClosed(SAMLSPServerSessionClosedEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } SAMLSPServerSessionClosedEventParams; Unicode (Windows) virtual INT FireSessionClosed(SAMLSPServerSessionClosedEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } SAMLSPServerSessionClosedEventParams;
- (void)onSessionClosed:(long long)connectionID;
#define EID_SAMLSPSERVER_SESSIONCLOSED 7

virtual INT SECUREBLACKBOX_CALL FireSessionClosed(LONG64 &lConnectionID);

Remarks

ConnectionID contains the identifier of the closed session.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]