cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello there,

for a special locking thing i need the possibility to store my own BSP session ID in a table and to check if sessions of other users have expired/terminated.

How can i get my own session ID ?

How can i check if a session ID is still activ ?

thanks for any help,

Stefan.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Stefan,

How can i get my own session ID ?

RUNTIME->SESSION_ID has the sessionid.

Regards,

Anubhav

StefanRoesch
Active Participant
0 Likes

RUNTIME->SESSION_ID has the sessionid.

thanks a lot for that - anyone knows how to check if a session-id is still active?