cancel
Showing results for 
Search instead for 
Did you mean: 

Can VC interact with Portal session

Former Member
0 Kudos

Hi Experts,

Currently, I need to get portal user id from the http session, so how does VC interact with session object?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you cant get the user id from http session.

instead configure the EP and backend SAP server with SAP Logon ticket

Regards

srinivas

Former Member
0 Kudos

Thanks, Could you give more details, I don't know how to access http session in Visual Composer

Former Member
0 Kudos

HI,

it could be better , if you explain the kind of application you want to do.

even if you developing the simple application, you can access the user id .

by the following steps

1) Place the user data on the view

2) Place the Text View UI control on the form

3) set the text view UI control default value = USER@UNIQUEID

and run the application

Regards

Srinivas

Answers (0)