Xmpp.httpbind.client.idle is not working

hi guys,

I am using jsjac lib with openfire, through apache server - proxy_mod .

xmpp.httpbind.client.idle is to set 2 seconds, using the admin console of the openfire . what I know from this property, is that when client connection

is idle for 2 seconds, openfire should drop the session and kick out the user . and this is not working as I expect .

whatever you set xmpp.httpbind.client.idle, openfire server takes nearly 60 seconds to drop an idle connection .

any help ?

thanks .

FYI,

I have xmpp.httpbind.client.requests.wait = 60 .

I missed a point here, if the xmpp.httpbind.client.idle is greater than 60 seconds it works fine . but less 60 seconds, it always takes nearly 60 s to

drop the connection .