I have a question.
I do a command Request.ServerVariables("HTTP_COOKIE") for know how many and what cookie have in my client.
I look a source and I notice that perhaps exist a cookie for langangue but Request.ServerVariables("HTTP_COOKIE") not said why???
Maybe isn't a cookie, but the first command of page is
LANG = Request.Cookies("FriendwebLANG")("FWLANG")
help me???
I do a command Request.ServerVariables("HTTP_COOKIE") for know how many and what cookie have in my client.
I look a source and I notice that perhaps exist a cookie for langangue but Request.ServerVariables("HTTP_COOKIE") not said why???
Maybe isn't a cookie, but the first command of page is
LANG = Request.Cookies("FriendwebLANG")("FWLANG")
help me???