Disable sessions and cache for some controllers

Hello! There is a easy way to disable cache and sessions using CMemCache configuration only for some controllers?

We come to a problem where we have an UploadController and we detected that is using sessions and memcache when obviously isn’t needed.

A possible solution would be disabling session autostart and starting it manually, but I’m trying to figure it our if there is some other solution to that. (Maybe a conditional in the config file?)

Thank you!