Openfire keeping the session alive even if client disconnect from chat

Hi, i am building a Chat application using Openfire and Strophe.js

During test, 800 concurrent connections were established and then i closed the browser. After waiting even 30 minutes, Openfire still shows users are connected in Room

xmpp.client.idle = 360000

i checked the error, info and warn log files. All i found is hundreds of this line in ‘Info.log’

org.jivesoftware.openfire.http.HttpBindServlet - Root element ‘body’ does not contain a SID attribute value in parsed request data from

any help would be highly appreciated

I’m not using a web client, but i think there is a separate idle property for bosh. xmpp.httpbind.client.idle

Hi, thanks for the response. i did , what you mentioned and these are my settings now:

xmpp.client.idle

360000

xmpp.client.idle.ping

true

xmpp.httpbind.client.idle

60

xmpp.socket.ssl.active

true

but issue is this after approx 20 minutes, server kicked the user , where as i am sendning stanza presence from user size after every 10 seconds to keep it alive. this is what i got: status 307 , type unavilable

2016-08-01_1145.png