From: "anthony" <[EMAIL PROTECTED]> > what if the customer does NOT use cookies, i think you should make a > file foreach custom with their IP address. and another script that > check every now and then if the files has not been active for two > whole hours then delete the file. > > Anthony
Oh well ... bac to where we have been. IN this same thread someone already said that YOU CANNOT USE THE IP ADDRESS TO IDENTIFY THE USER !!! And the person has given a few examples WHY you CAN'T. Like firewalls and proxies. Actually it is not a good idea not only because two users can come from the same IP address, but also because the same user may come from a different IP address. Like if he's connected via AOL and is using the AOL browser. If you cannot use cookies (not very likely) you have to embed the session id into the URLs. See http://jenda.krynicky.cz/C/SessionID.txt for a discussion on the posibilities. Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]