Some csh and tcsh users get automatically logged out of systems after 60 minutes of inactivity. To disable this, add to .cshrc file:


# Disable the autologout
unset autologout

You can see the current settings by running the set command.