Closed (works as designed)
Project:
Visitors (Web Analytics)
Version:
7.x-1.0
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 09:26 UTC
Updated:
23 Apr 2012 at 04:50 UTC
Comments
Comment #1
gopisundar commentedany one?
Comment #2
gashev commented> if total visitors count is 20 currently, if i log out it shows 22
It's ok. If you click logout link, browser doing request to http://example.com/logout page and after it redirect to http://example.com/. Visitors module add two rows: first row with visitors_url http://example.com/logout , and second row with visitors_url is http://example.com/. if total visitors count is 20 currently, if You log out it must be display 22.
> if i log out and gets incresed by 3 if i login.
Must be the same. If You login, browser doing request to http://example.com/node?destination=node and after it redirect to http://example.com/node. Visitors module add two rows and total counter must be increased by 2. Why total counter increased by 3 I don't know. You can check visitors table to check requests.
Comment #3
gopisundar commented@gashev
Ya sorry, after log out the count increases by 2. is there a way to to make it to count to 1? thanks for replying..
Comment #4
gashev commentedWhy I need to change it? It's a valid behavior. It's not a bug.
Comment #5
gopisundar commented@gashev
Sorry if i asked dumb question. I thought it can be done. Thanks for replying.
Comment #5.0
gopisundar commentedupdated