cancel
Showing results for 
Search instead for 
Did you mean: 

How to store session variable in portal?

DeeptiChavare
Active Participant
0 Kudos

Hi All,

I have many webdynpro applications in portal. One of them displays list of project numbers read from backend. If user selects a project number and clicks OK button on that view, the same project number should be made available in all the other applications.

For this purpose, I want to store the project number in the session.

Is it necessary to create a portal service to store the session variable?

Thanks and Regards,

Deepti

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have similar requirement.

How did you resolve it?

Regards,

Apurva

Former Member
0 Kudos

Hi Deepti,

Through portal eventing you can pass data in the String format from Web Dynpro application to Portal application using WDPortalEventing API. Please check it.

Regards,

Ganga.