| bio | website | berezovskiy.org.ua |
|---|---|---|
| location | Kiev, Ukraine | |
| age | 21 | |
| visits | member for | 1 year, 1 month |
| seen | Apr 23 at 14:02 | |
| stats | profile views | 13 |
|
Nov 4 |
comment |
How to track site visitors across several browser sessions or computers using Google Analytics? That depends on how you save the GA cookie. Where would it go. Especially, how would you retrieve them. So, in other words, will your SQL query contain WHERE user.id == UID or similar clause. If yes, you are in a position of identifying the user. |
|
Nov 3 |
comment |
Cache website via CDN for visitors, not for users Even though ELB is a reverse proxy too, it's not capable of caching your content. Here is the complex scenario: 1.bp.blogspot.com/-P6CC37dvDyM/T2YDprvtBBI/AAAAAAAAAYg/… . Cut what you don't need and replace HAProxy with ELB. |
|
Nov 3 |
comment |
How to track site visitors across several browser sessions or computers using Google Analytics? And I just now realized that you problem is deadlock in its root. So I edited my answer. |
|
Nov 3 |
comment |
How to track site visitors across several browser sessions or computers using Google Analytics? No, there was a need to identify users, but not against the will - once they reset the session, they'll have new identity. Your problem lies in question: detecting them as being by the same user. |
|
Oct 4 |
comment |
Cannot access my own web page Post the traceroute ( tracert xxx.com) into your question. |
|
Oct 3 |
comment |
Cannot access my own web page You meant ipconfig as ifconfig is used on *nix. |
|
Oct 3 |
comment |
Cannot access my own web page The difference between direct and proxy conntions is the use of hosts file. Proxy omits hosts. As you are using Windows (ipconfig is used solely on Windows), you should check your hosts file once again. |
|
Oct 2 |
comment |
Cloud hosting vs self hosting price Do not call offer for leased machine connected to internet a dedicated server. Yes, it might not give you benefits you are expecting (as any service at all if chosen wrongfully). Personally, I own a VPS on such machine (not a server) and use Azure. Just try and you'll see the difference: deploy, monitoring, reliability... Applied wisely, can give yield savings. |