How to exclude visitors from visit counting?
Hello guys!I got a application running at openshift.
I have created a simple visitor counter that counts every new session.
How ever the openshift-plattform seems to visit my app twice every hour, perhaps to see if the app is running or something. I thought that I could exclude thoose visit's by checking the httpServletRequest.getRemoteAddr().equsls("127.5.25.2"). but to my surprise all visitors give me that same remote ip.
I guess all requests are processed through some front server or something.
Do you guys got any other idea how to exclude these visits?
Best regards
Fredrik