Re: Processor ID with php

From: rob (rob_at_cdli.co.uk)
Date: 03/24/04


Date: 24 Mar 2004 10:23:51 -0800


> You can still create such an ID using a more static parameter - such as the
> user's IP address. I've done this before, created a unique identifying
> string for each visiting user by crypt()-ing the IP address using the
> person's browser identifier as seed. Then chuck that into a database and as
> soon as the user returns from the same IP using the same browser, you'll
> know they've been there before because the same encrypted string will be
> generated again and you can check for its existence in the database. Or
> easier - use sessions =)
>
> Albe

This still has possible problems, what if you are going through a
caching server, or you are sharing an IP with someone with the same
browser version.

Doing it the way with a pid is a guarenteed method, relying on an IP
or browser agent can have flaws. So really just want to know if it is
possible to get the pid, anyone know?



Relevant Pages

  • Re: HTML doc save dialog
    ... After getting the string from database do not set the string to ... > and end html tags. ... In the document complete event of browser, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Trouble escaping / Misc nightmare
    ... you're talking about inserting values into a database. ... but any data put into a query string should be ... My question is whether the apostrophe you see is stored as an apostrophe ... correct in the browser, depending on what phpMyAdmin does when displaying ...
    (comp.lang.php)
  • Re: Showing a message to IE 5+ users (yes, the browser detection question again)
    ... Like XSLT to Opera 8.x, ... One fool may use a UA string test to server XSLT, ... HTML/CSS/javascript to a browser that could handle it if it got it. ... I do not recall "mozilla" in HTTP.USER_AGENT string would be ever ...
    (comp.lang.javascript)
  • Re: Javascript Browser Sniffer
    ... That is an old lasting "tradition" to have UA's string syntax close to ... to extract all of it one needs a sophisticated AI - or a huge database ... My beloved one remains the mark in the old AOL packages. ... their browser version the string ended up with "DigitallyExt". ...
    (comp.lang.javascript)
  • Re: Open Browser Maximized
    ... ByVal lpOperation As String, _ ... ShellExecute 0, "open", strURL, vbNullString, vbNullString, 3 ... except I would like the browser window to open maximized. ... Currently the browser opens in the previous windows state. ...
    (microsoft.public.excel.programming)