I am finding an odd situation and need help. I have a module that does some validation using by reading the sessionId cookie. However today it seems that cookie was not being produced for any client. When looking at the list of cookies with developer tools the asp.net session id was not there. After resetting the app pool the app began to produce the cookie again.
Why could this be and how can it be prevented?