user-tracking Questions

8

I have Apache 2.2.22 in suse Linux. I want to disable track & trace in Apache and use 1- TraceEnable Off and 2- RewriteEngine on RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [...
Kashmiri asked 20/5, 2012 at 12:13

2

Solved

If a given web server can only read cookies from those set within its own domain, how do Internet advertisers track user's web traffic from websites outside of their network? Is there some kind o...
Monosymmetric asked 9/1, 2012 at 20:46

15

How do I find out the ISP provider of a person viewing a PHP page? Is it possible to use PHP to track or reveal it? If I use something like the following: gethostbyaddr($_SERVER['REMOTE_ADDR']);...
Reimport asked 13/5, 2009 at 3:43

1

Why can a site (a.com) having an iframe to another domain (b.com) have its cookie viewed and changed by that other domain document? Just saw this happening in an Ad, and went to do a proof of conc...
Politicking asked 8/10, 2012 at 20:22

3

Solved

I have an e-commerce website and I need to display products in homepage based on user interest like advertisement showing on facebook and google based on the search we did on the internet. Is the...

5

Solved

We have several websites on different domains and I'd like to be able to track users' movements on these sites. Obviously cookies are not feasable, because they don't cross domain borders. I cou...
Oscitant asked 19/10, 2008 at 13:30

1

I think I may have discovered a bug in the mapkit API for iOS 6, but since I still consider myself a rookie I thought I'd check here to see if anyone can point out something I may be doing wrong. ...
Immanuel asked 22/9, 2012 at 18:24

1

Solved

I saw that the website http://panopticlick.eff.org/ gather info about your browser, which makes you unique, even without cookies or IP tracking. My question: How do you use javascript to see...
Fellowship asked 3/10, 2011 at 9:6

5

Solved

I need to Track Unique Visitor count in my web application. I would really like to use Google Analytics but due to the Load limitations that google imposes I will not be able to use them. I a...
Begin asked 9/10, 2009 at 1:14

4

Solved

It is impossible to identify a user or request as unique since duping is trivial. However, there are a handful of methods that, combined, can hamper cheating attempts and give a user quasi-unique ...
Heptamerous asked 15/10, 2010 at 7:9

3

Solved

I'm working on an application that has similar logic as SO with regards to when the user was last seen. I've run into a conceptual problem that I'm hoping some of you Guru's can help me out with. ...
Manzano asked 6/7, 2010 at 17:48

2

I use Google Analytics on my site, and I want to read __umtz cookie to get referring link. I made some research and I wrote such code: $refer=explode('utmcsr=',$_COOKIE['__utmz']); if(count($refer...
Sixfold asked 31/7, 2009 at 18:20

4

On Stack Overflow, the profile page lists a "last seen" property. This doesn't seem to be updated on every page view (for performance reasons, obviously). How would you implement it in a heavy-traf...
Volute asked 22/1, 2009 at 14:5
1

© 2022 - 2024 — McMap. All rights reserved.