node.js - Weird Browser behaviour in ExpressJS application , On closing and reopening tab HTML code is displayed , on reloading works well -
my expressjs application showing weird behaviour , doing every time repeat following steps.
- open link in browser.
- go other tab , close tab website link opened.
- open tab , open exact same link of website.
- it shows content of image, no matter how long wait.
- reload , works well.
same behaviour in chrome, firefox , safari.
i have tried disabling etag , disabling cache doesnt seem help. idea? 1 more update :
might because of apache , local env not , deployed 1 .
there seemed problem redirect , removed redirect , rendered page expected . work around , reason of problem persists , if else gets struck @ similar problem , might 1 solution .
Comments
Post a Comment