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.