Re: [WebDNA] User sessions - cookies only or cookies and a

This WebDNA talk-list message is from

2016


It keeps the original formatting.
numero = 113106
interpreted = N
texte = 694 > To build the browserID, we are using all the information returned in the mime headers, like > > Accept text/html,application/xhtml xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language en-US,en;q=0.5 > Accept-Encoding gzip, ... > > Any difference, including a single dot or an extra space , would create a different browserID Question #1: Does the BrowserID use any other data from the browser, such as the ip address for example, or anything else OTHER THAN the data in the mime headers? Problem #1: You said you're using ALL the info returned in the mime headers, but this appears to be a mistake, here's why: One portion of the data returned in mime headers is cookies, so if there are any cookie changes from one page to the next, the BrowserID won't match any longer. This is a real problem for me because I reset the cookie expire date in my admin systems every time another page is requested. This brings up: Question #2: Does the BrowserID perhaps IGNORE use some of the data returned in the mime headers, rather than using all of it? If so, this would eliminate the problem of cookies changing on every page. But it does NOT explain why Tom's test concluded that all three BrowserIDs were identical when in fact he used three different browsers. So here's the next question: Question #3: What happens when a mismatch occurs with the BrowserID values? Does WebDNA default to matching something else, such as the ip address? If so, this explains why all three of Tom's 'from' fields are different but the 'to' fields are the same: My guess here is that when the second and third browserss did not match, WebDNA moved on to "Plan B" -- it tried instead to match the ip addresses. And since this succeeded, it wrote th 'second and third "from" field to match the value if the first "from" field. Is this why WebDNA thinks that all three browsers are one and the same? to match each other. Regards, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com Web Database Systems and Linux Server Administration On 10/24/2016 01:19 PM, christophe.billiottet@webdna.us wrote: > To build the browserID, we are using all the information returned in the mime headers, like > > Accept text/html,application/xhtml xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language en-US,en;q=0.5 > Accept-Encoding gzip, ... > > Any difference, including a single dot or an extra space , would create a different browserID > > - chris >> > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (dale 2016)
  2. Re: [WebDNA] User sessions - cookies only or cookies and a (WebDNA Development 2016)
  3. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (dale 2016)
  4. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  5. Re: [WebDNA] User sessions - cookies only or cookies and a (Kenneth Grome 2016)
  6. Re: [WebDNA] User sessions - cookies only or cookies and a (Kenneth Grome 2016)
  7. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  8. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  9. Re: [WebDNA] User sessions - cookies only or cookies and a (Kenneth Grome 2016)
  10. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (Donovan Brooke 2016)
  11. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (Tom Duke 2016)
  12. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  13. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (Donovan Brooke 2016)
  14. Re: [WebDNA] User sessions - cookies only or cookies and a (Kenneth Grome 2016)
  15. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (Tom Duke 2016)
  16. Re: [WebDNA] User sessions - cookies only or cookies and a (Michael Davis 2016)
  17. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  18. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  19. Re: [WebDNA] User sessions - cookies only or cookies and a (Kenneth Grome 2016)
  20. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  21. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  22. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (Donovan Brooke 2016)
  23. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (Tom Duke 2016)
  24. Re: [WebDNA] User sessions - cookies only or cookies and a sessions.db? (christophe.billiottet@webdna.us 2016)
  25. [WebDNA] User sessions - cookies only or cookies and a sessions.db? (dale 2016)
694 > To build the browserID, we are using all the information returned in the mime headers, like > > Accept text/html,application/xhtml xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language en-US,en;q=0.5 > Accept-Encoding gzip, ... > > Any difference, including a single dot or an extra space , would create a different browserID Question #1: Does the BrowserID use any other data from the browser, such as the ip address for example, or anything else OTHER THAN the data in the mime headers? Problem #1: You said you're using ALL the info returned in the mime headers, but this appears to be a mistake, here's why: One portion of the data returned in mime headers is cookies, so if there are any cookie changes from one page to the next, the BrowserID won't match any longer. This is a real problem for me because I reset the cookie expire date in my admin systems every time another page is requested. This brings up: Question #2: Does the BrowserID perhaps IGNORE use some of the data returned in the mime headers, rather than using all of it? If so, this would eliminate the problem of cookies changing on every page. But it does NOT explain why Tom's test concluded that all three BrowserIDs were identical when in fact he used three different browsers. So here's the next question: Question #3: What happens when a mismatch occurs with the BrowserID values? Does WebDNA default to matching something else, such as the ip address? If so, this explains why all three of Tom's 'from' fields are different but the 'to' fields are the same: My guess here is that when the second and third browserss did not match, WebDNA moved on to "Plan B" -- it tried instead to match the ip addresses. And since this succeeded, it wrote th 'second and third "from" field to match the value if the first "from" field. Is this why WebDNA thinks that all three browsers are one and the same? to match each other. Regards, Kenneth Grome WebDNA Solutions http://www.webdnasolutions.com Web Database Systems and Linux Server Administration On 10/24/2016 01:19 PM, christophe.billiottet@webdna.us wrote: > To build the browserID, we are using all the information returned in the mime headers, like > > Accept text/html,application/xhtml xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language en-US,en;q=0.5 > Accept-Encoding gzip, ... > > Any difference, including a single dot or an extra space , would create a different browserID > > - chris >> > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us > --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us . Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

syntax question, not in online refernce (1997) Search in 2 or more catalogs (1997) question: webmerchant connection (1997) Re:[input] context (1999) [WebDNA] [announce] WebDNA Site and Store (2008) More than one db with the same namn (was: WC2f3) (1997) Trouble with formula.db + more explanation (1997) WC with Paymentnet/Signio/Verisign (2000) POP3 communication [OT?] (2003) Credit Card Checking?? (1998) Sendmail on OSX/Communigate Pro (2002) help with writefile (1998) [OT] Display Glitch (2004) RE: Going to anchors within a template page (1997) Sorting by date (1997) Moving a record from one dataabse to another. (2000) webten vs. webstar (1998) Show shoppingcart after remove last item (1997) Pull Down Search (2000) Emailer (WebCat2) (1997)