I'm saving client info on my servers to files I create with Perl scripts using 
filenames based on a combination of REMOTE_HOST and REMOTE_ADDR env vars.

I realize I could have used cookies, but I did not want to deal with browsers that 
don't handle them and people that turn them off.

The problem I have, of course, is identifying computers within a LAN, especially 
behind a firewall or modem router, etc. From my scripts' perspective, they all look 
the same, and info saved for one gets confused with others.

Any suggestions on further identifying computers without requiring logins, etc.?

Thanks!

Steve

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to