In 'includes/login_form_inc.asp' find this line...
<td><% = strTxtAutoLogin %></td> <td><% = strTxtYes %><input type="radio" name="AutoLogin" value="true" checked /> <% = strTxtNo %><input type="radio" name="AutoLogin" value="false" /></td> </tr>
|
and replace it with this...
<td></td> <td><input type="hidden" name="AutoLogin" value="false" /></td> </tr>
|
This will (hopefully) automatically set any user who logs in to auto log out when they close the forum.
It does this by setting the auto-login function to false.
Haven't had a chance to test it, let me know how it goes.