Do not start session for reading
Created by: tflori
When you only want to read something from session you maybe know that it will return null without starting session (no session id - no session). For example when you are using cookies to store session id and there is no session id in the cookies you don't need to create one as long as you don't write.