My JForumSSO cookie is being set by a ColdFusion Application. If the user's screen name has an underscore in it, the cookie ends up with a %5F in it where the underscore belongs. I need to decode this on the JForum side, where the cookie is being read and its value used. I could just do a specific case
string replacement, but I'm assuming that other "special" characters will come in encoded, too.
Has anyone run into this? How have you handled it?
Anyone have any words of wisdom for me?
Thanks,
Jennifer
[originally posted on jforum.net by jenamon]