cancel
Showing results for 
Search instead for 
Did you mean: 

logging off a session

Former Member
0 Kudos

Hi

I have two different type of sessions webi and fullclient.I am using opendocumenturl to view a report.I am creating a login token to bypass the login sccreen.After i have viewed the report i have to logoff the fullclient session only and not the webi session.

I am using BOXI 3 java sdk to view a report in an online application.can somebody tell me how to logoff only fullclient sesssion?

Thanks

Abhinav

Accepted Solutions (0)

Answers (1)

Answers (1)

Adam_Stone
Active Contributor
0 Kudos

There is only one type of enterprise session, there shouldn't be anything different based on what type of document you are viewing.

Unless you are using serialized session, or are creating a token using the createWCAToken method, there is no good way to logoff sessions. If you are using either of the above, then as long as you still have a handle to the original session, you can log it off.