The session Id is written to a cookie only when Session.SessionId is called, in my current project we don’t use many sessions in the application but they are used by some partial views to pass data around. Because Session.SessionId is not called before the page is flushed, when the view decides tha... [More]