cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the login session ?

Former Member
0 Kudos

Hi all,

I know that if I want to know who is login ,I can get the info from CMC>Sessions.

But I don't want't to get this info from CMC.

I know Audit database has a AD_Event table and Event_type 1014 and 1015 are about login and logout.

But this is log record, and is not immediate enough.

Could I get the login information by another way ?


Any ideas?

I would be very grateful for any help and suggestions.

Best regards

Accepted Solutions (0)

Answers (1)

Answers (1)

ashutosh_rastogi
Active Contributor
0 Kudos

Hello,

As an admin are you looking who is logged in via Mobile devices? Is that the use case?

Regards.

Ashutosh

Former Member
0 Kudos

Hello,

I want to implement custom login page in ipad.

I can login to sap app via sso http header.

But I can't know when the user logout the app, so I need the the session info to check if the user log out.


Regards.

Yi-Shan

ashutosh_rastogi
Active Contributor
0 Kudos

I don't think you can find out an active session on mobile when the app is killed.

The session is handled in following way

- The user logs out manually and the session is killed on the server

- If there is no activity for the specified time (say 30 minutes) by the user the server will automatically kill the http session and logout from BI platform

hope that clarifies.

Ashutosh

Former Member
0 Kudos

Hi Ashutosh,

I don't need to find session on mobile.

I know when the user logs out, the session is killed. I can see it via CMC sessions tab.

When user log in, I will record the sap session id in my database.

I just want to know that cloud I find the session info like CMC sessions tab via programe? Where are the session info ? In database or files?

If I can find the current session id, I can know does the user logs out or not.

Any ideals ?

Regards.

Yi-Shan