Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Invalid char in Forms progressive cookie

Vote:
 

We are currently working on putting our Intranet behind a WAP and noticed an issue with the progressiv cookie in Forms.

According to RFC 6265 "," is not a valid char in cookies, and the progressiv cookie uses json witch contains ",".

When such a cookie exist the site doesn't work at all behind the WAP, deleting the cookie gets it all running again.

Is there any way of changing how the value is stored or to encrypt or base64 the cookie?

#186331
Dec 18, 2017 9:12
Vote:
 

Hi,

You can replace the ProgressiveSubmitInfoService class by your own one. Then override 2 method GetProgressiveSubmitInfo and SetProgressiveSubmitInfo to get/set cookies (use base64 encode for example).

Hope this help!

#186394
Dec 19, 2017 9:07
Vote:
 

Hi. thx, it seems to be working good now.

#186411
Dec 19, 2017 13:38
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.