Manage those temp connections to your servers. Make sure you clean /tmp as it adds to the users local.
cd /tmp
//to view the dir
ls -l
//remove sessions, replace ses* with what is required. Do not remove as it could remove required files.
rm -f -r ses*