Hello We have an asp.net web application and we use for the session management the managed_web. Now somebody would like to use multithreading in the web application and to change the session management to thread_static. I'm not quite sure about the outcome, but I think that all the requests will have the same session, which will never be ended / closed, because the thread is always the same. Can somebody with more knowhow share it and list the consequences of using the thread_static session management in a web application? Is it is some way not recommended or is it a sort of anti-pattern? Thanks
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
