I found a specific situation where we don't set the thread culture after a page loads.
We also have a very rare case where someone's culture switches for no obvious reason.
Are these two things related?
I understand that when you use a thread pool, not everything gets reset in the pool. Is the thread culture one of these things and therefore could one person's culture whose thread has been given back to the pool be leaking into the next person's thread?