I have noticed there has been a number of discussions on session not quitting however I am also having this problem but it seem to be an out side source.
I have put a list on the management page of my app, that lists sessions so I can see who is logging in and for how long etc. When Google’s ip 66.249.85.252 (I’m assuming this is a Google Bot) hits my app, their session does not quit & all other sessions after that will not quit.
After looking at the error logs on the server, it seems that their IP address does not appear, however there are a string of other IP addresses that are trying to go to my IP where my app is.
My app is not being used at this point so the traffic to it is myself & a couple of others testing.
Is there a way that I can stop these sessions from freezing? Why as users, can we not write a force quit routine?
I have not seen anyone mention that sessions from web crawling apps like Google could be causing this problem. Hopefully someone out there may be able to shed some light on this.
Also at the time of writing this post the session from Google has been up for over 30mins.
Thanks in advance
Chris
Ps I am not discounting that it’s some thing I have done…