how to know if someone visited my site?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i have field in my database : sitehit. If someone has visited my site, value '1' must be in 'sitehit' else it must contain '0'. how is this possible? Thanking you in adv. regards nekshan.
Sounds like you want to store a cookie on the local machine. You can't identify someone to store something local, because their IP address is likely to change the next time they connect.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )