If you have a replicated system, is there any need to have PHP sessions enabled on the slave web server ?
Assuming you don't need any personalisation, you could disable them. Matrix does always assume there is a session, even with public users, so it's hard to say exactly what functionality you'd miss out on without searching through the code.
But Matrix would still try and create a session on each page load because you can't disable that code without removing it.