> PC some value ie: Response.Cookies("User").nick="hassan".
>
> When i try to read this cookie value from another app in
> another server and in my PC i can't read it , the value is empty.
>
> i try to read it simple as #cookie.User.nick#
You won't be able to do that, because cookies don't contain structures. I
forget exactly how cookies with multiple values are created when you use
classic ASP, but you should just look at your HTTP request headers to see
what the cookies look like. You'll then have to parse out the name-value
pairs you want, if I recall correctly.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

