View Single Post
Old Nov 8th, 2005, 10:48 AM   #6
bja888
Hobbyist Programmer
 
bja888's Avatar
 
Join Date: Oct 2005
Location: Central, FL
Posts: 213
Rep Power: 0 bja888 is an unknown quantity at this point
Send a message via AIM to bja888 Send a message via Yahoo to bja888
Quote:
Originally Posted by paulchwd
Oh ic, you mentioned checking ip's how would i go about that? And how do I componsate for dynamic (DHCP) ip's
Personally, I would use a offline temp folder. Generate a random file name for a text file. Assoiate that file with the session.
Session("File") = "95862983.txt"
Write in that text file the persons IP address then check the file to see if it matches every time you open a page.
bja888 is offline   Reply With Quote