cancel
Showing results for 
Search instead for 
Did you mean: 

Setting server side cookies in Portal

Former Member
0 Kudos

Hi,

I need to fetch the Parameter appended in the Portal Url and save it in the cookie.I have added the customisation in the Logon par file.I am able to fetch the parameter and save it in the cookie but the cookie is saved at the client side in the user's PC.SSO is established between the Portal and CRM.CRM is able to fetch only the server side cookie.

How can we save the server side cookies in Portal?

Thanks & Regards,

Adity

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I dont understand what you mean by server side cookie?

Former Member
0 Kudos

Hi,

Portal is connected to CRM using SSO.I am saving a cookie in Portal using simple javascript.Now CRM wants to fetch the cookie that is saved in the local system.When the CRM system reads cookie it is able to read only SAP system cookie but not Portal cookies.

How to save cookie so that it can be read at the CRM side also??

Thanks & Regards,

Amarys.

Former Member
0 Kudos

Hi,

Are they in same domain? I mean portal.domain.com and crm.domain.com. If same they can read each other cookie.

hofmann
Active Contributor
0 Kudos

Hi,

after the custom cookie is set, does the browser send the cookie to the CRM server? Can you also share your Javascript code? Maybe you set the cookie for the wrong domain