Setup session timeout in Organize Space

We have a requirement to setup a session timeout of 4 hours on inactive sessions. I have looked through the documentation and haven't found the process. Has anyone else implemented this? Would we just add the following to he web.config under InfoShareCS folder on the app sever?

<system.web>
<sessionState timeout="240"></sessionState>
</system.web>

Thanks in advance...

emoji