Obtain Site Visitor IP Address
In coldfusion it is stupidly easy to obtain your visitor's ip addresses. I am building out a timesheet application that requires a restriction based on where the employee is loggin in from. Obviously it wouldn't make sense to allow them to log in from home (or anywhere except work). Here is the simple variable that acquires the address:

#CGI.Remote_Addr#

Archives