Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Session issue in Chrome #51

Closed
hishamco opened this issue Jul 12, 2015 · 2 comments
Closed

Session issue in Chrome #51

hishamco opened this issue Jul 12, 2015 · 2 comments
Labels

Comments

@hishamco
Copy link
Contributor

I notice from couple months ago a strange behavior while I run the sample in Chrome browser, the visits session increment by two instead of one!! I upgrade the Chrome today, but the same behavior occurs, i'm not sure what causes this bug

@Tratcher
Copy link
Member

If you open Fiddler or look at the request paths on the server you'll often see the browser make two requests. One request is for the page you actually asked for (http://localhost/) and the other is for the icon that goes on the tab next to the title (http://localhost/favicon.ico).

@hishamco
Copy link
Contributor Author

You are right @Tratcher strange I don't know why this happen in Chrome only!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants