Re: cookies lost in client broswer
From: David Wang [Msft] (someone@online.microsoft.com)
Date: 02/11/03
- Next message: BB: "Re: Problem installing IIS - admxprox.dll"
- Previous message: David Wang [Msft]: "Re: REMOTE_USER"
- In reply to: Vince: "cookies lost in client broswer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "David Wang [Msft]" <someone@online.microsoft.com> Date: Tue, 11 Feb 2003 01:18:00 -0800
Cookies involve cooperation between the client, server, and intervening
transport. To properly function:
1. Server must send Set-Cookie header
2. The transport must not strip out Set-Cookie or Cookie headers
3. The client must accept cookies
4. The client must send back cookies as appropriate
A network trace would prove #1, #2, and #4. You can check the client's
configuration to verify #3.
-- //David This posting is provided "AS IS" with no warranties, and confers no rights. // "Vince" <kunwar4@hotmail.com> wrote in message news:051701c2cf8a$215e9b80$d7f82ecf@TK2MSFTNGXA14... When a client access an ASP page, a cookie is supposed to be created on the client, but this does not happen with IIS5, windows 2000 advance server. Please help
- Next message: BB: "Re: Problem installing IIS - admxprox.dll"
- Previous message: David Wang [Msft]: "Re: REMOTE_USER"
- In reply to: Vince: "cookies lost in client broswer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|