Is it possible to share session variables in multiple threads? I want to run loop in new thread depending on session variable. The problem is I am changing session variable in main thread and it is not reflected in new thread created?Is it possible to share session variables in mu