> -----Original Message----- > From: david [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 03, 2002 2:51 PM > To: [EMAIL PROTECTED] > Subject: RE: cookies and baking in general :) > > > Bob Showalter wrote: > > >> -----Original Message----- > >> From: david [mailto:[EMAIL PROTECTED]] > >> Sent: Tuesday, September 03, 2002 1:24 PM > >> To: [EMAIL PROTECTED] > >> Subject: Re: cookies and baking in general :) > >> > >> > >> there are > >> cookie blocking > >> software out there that sets between a user's browser and > >> your cgi script > >> that makes your cgi script believe that the cookie is > accept but your > >> cookie is actually get deleted. > > > > Huh? The browser either sends the cookie with the request > or it doesn't, > > no? Can you explain more about how this software works? > > yes, if the browser has the cookie, it will send it but the > browser doesn't > always have the cookie even it appears to be accepting > cookie. there are > cookie blocking software that makes your cgi script believe > that the user > is accepting cookie when it's actually not. > i am trying to > remind you that > you should always check for the existance of your cookie in > both page 1 and > page 2. don't rely on if page 1 sets the cookie then when you > access page > 2, the cookie will be send along. it might not be the case.
OK, that last part I understand. You need to check for the cookie in every request (how could you not I wonder?) > > to find a sample of those cookie blocking software. go to > google and do a > search on "cookie blocking" > > david > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]