Hi Roland, You just found the reasons we have Cookies for browsers in the first place.
Cookies is the most reliable way to uniquely identify a given visitor as they use a website. If a visitor has all their cookie capabilities disabled (i.e., session-cookies), there is no way to tell the difference between these folks, and a brand new visitor to a website who has just requested the very first webpage. Attempting to identify someone by their IP address and/or UserAgent string is not reliable enough (much debated before). The next best way to identify a visitor is by appending <@USERREFERENCEARGUMENT> to all your links and post actions. And again, in my opinion, this is not as reliable as real cookies and can introduce security issues (much debated before). Roland, if you could find a solution to the above - you could make a million dollars. Scott Cadillac --------- Business Extranet Freedom IExtranet ~ http://IExtranet.com Online Demo ~ http://www.northwind.org/#demo --------- Weblog ~ http://xmlx.ca For Hire ~ http://xmlx.ca/forhire --------- 403-254-5002 ~ [EMAIL PROTECTED] --------- P.O. Box 69006 RPO Bridlewood SW Calgary, Alberta Canada T2Y 4T9 > -----Original Message----- > From: Roland Dumas [mailto:[EMAIL PROTECTED] > Sent: Friday, March 18, 2005 10:21 AM > To: [email protected] > Subject: Witango-Talk: Detecting the cookie-averse > > I notice that for occasional visitors, they get a new > _userreference on each > hit. I also assign my own session cookie, which for these > people is also new > on each hit. > > So I see a series of hits to an application from the same IP > address in a > logical order, each hit with new cookies. > > In addition to basic functions not working, these make a mess > of various > logs and utilities. (my session log shows all these neat > sessions, and then > a flood of one hit sessions.) > > I want to isolate or identify the cookie-averse visitors to > both warn them > and also to have some functionality turned off. > > Is there a logic that can be used to detect these > cookie-avoiders? I'd > thought that if they didn't accept a cookie, then if you > assigned one at the > top of a taf, it wouldn't be available later on. > > > > ______________________________________________________________ > __________ > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
