[thelist] Reading an ASP cookie on another application server

Chris Hayes chris at lwcdial.net
Wed Aug 18 09:11:29 CDT 2004


>From: "Peter Brunone (EasyListBox.com)" <peter at easylistbox.com>
>    Can you paste the output (including unprintable characters) into the
form at
> http://aspalliance.com/peterbrunone/analyzethis/analyzethis.asp

Using UTF-8 output encoding on the page:

Position Character ASCII Value
1 b 98
2 o 111
3 b 98
4 (SPACE) 32
5 - 45
6 (SPACE) 32
7 & 38
8 # 35
9 6 54
10 5 53
11 5 53
12 3 51
13 3 51
14 ; 59
15 & 38
16 # 35
17 6 54
18 5 53
19 5 53
20 3 51
21 3 51
22 ; 59
23 & 38
24 # 35
25 6 54
26 5 53
27 5 53
28 3 51
29 3 51
30 ; 59




> >
> >----- Original Message ----- 
> >From: <chris at martiantechnologies.com>
> >
> >> Chris
> >>
> >> > I'm trying to read some cookies set an an ASP (not .NET)  server on a
CF
> >> > server on the same domain.  When I read the cookies in CF I'm getting
> >> > gibberish back.  The ASP is of course reading them back fine.
Naturally
> >I'm
> >> > suspecting character encoding
> >>
> >> What values do the cookies have on the client machine, and can you post
> >the gibberish that you're seeing?




More information about the thelist mailing list