Hi,
I'm trying to read the WWF user cookie on an ASP.Net page.
I have no problem reading the UID code and using the ChkUserID stored procedure, it works perfectly when the username is in ASCII english.
The problem I have is with non-ascii usernames.
Since the usercode in the cookie is composed of the username and some string of text, it looks like ASP.Net can't understand that the username part should be "unescaped".
I'm really lost, it is really annoying, it was such a joy getting it to work with english usernames - but now I'm stuck.
Any Ideas?
Thanks!