Hi everyone,
I create the string with the following contents: "Man1", "Man2", "Man3"
And save it in a Session Value.
Then put the session value on a page with <!-- Net:s:Value -->
When viewing the page in html the string is converted to => "Man1", "Man2", "Man3"
I need the page html to stay like the original string.
Any suggestions?