M
Mort Strom
My default.aspx page captures client IP and browser values for all users,
then records to a SQL table. I'm finding that there may be several records
inserted per visit because I see 2~3 entries within a minute or so. The
default.aspx page has no post-back or AJAX calls.
How do I ensure that client IP is captured only once per session?
then records to a SQL table. I'm finding that there may be several records
inserted per visit because I see 2~3 entries within a minute or so. The
default.aspx page has no post-back or AJAX calls.
How do I ensure that client IP is captured only once per session?