21 May
2009
21 May
'09
7:31 a.m.
Hi,
How to insert "Session-Timeout" into the reply message?
use what ever method you want to insert it.... PERL, unlang etc. a simple 'fix' that would be global in this example: for 2.1.x in section of sites-enabled/default post-auth { Post-Auth-Type REJECT { attr_filter.access_reject } update reply { Session-Timeout = "3600" } } that should slap a 3600 second (1 hour) session-timeout to any reply alan