Date:  03/06/2003 05:39:25 PM Msg ID:  001360
From:  Gene Gerard Thread:  001360
Subject:  How is an IP adress returned?
I'm trying to determine how many different users access my site by either identifying the IP address or possibly cookies.
 
I've used the following:
 
  m.user_ip_adr =Request.ServerVariables("REMOTE_ADDR")
  m.user_cookie =Request.GetCookie("UserName")
  m.sesid =Session.GetSessionID()
The session ID works ok but the other two always return blanks.
 
Any info would be appreciated.
 
Regards,
 
Gene