I have a WDK application that needs to use a global variable in different components. How can I do it?. If is possible to use the session to keep and get variables?. I already know that good programmers avoid to keep variables in session, but this is one exception in which is neccesarry to break this rule...
Thanks