Problems overriding Autologout default

I’m trying to set the autologout to 12 hours for the web admin inteface by updating the admin/init.php file with:

define(‘SESSION_TIMEOUT’, 43200);

howevver, it still autologouts after 30 minutes using the original 1800 setting.

Does something else need to be set?