in reply to annoying duplicate cookies

If you would be so kind as to post the code that you are using to read the cookies then perhaps someone could help.

It is not possible to have two cookies with the same name and same path stored in one browser.

It is possible for one user to log in from two different browsers or machines giving the appearance of two cookies, or you might have a case (or errant character) problem with foo, or you might have two foos with different paths (not even sure this is possible but in theory it should be).

However, without some code to look at I suspect most folks will just be guessing.

EEjack

Replies are listed 'Best First'.
Re: Re: annoying duplicate cookies
by cLive ;-) (Prior) on Jun 25, 2001 at 01:55 UTC
    "It is possible for one user to log in from two different browsers or machines giving the appearance of two cookies"

    'fraid that's a Red Herring. Each browser request is independent, so how could a second browser send a cookie from the first?

    If they are seperate browser windows of the same browser, then the problem is still equivalent to there being one browser.

    cLive ;-)