G
Guest
hello,
In my web app when some button is clicked, a new thread is created to
import data and that thread creates some threads too, inside those threads
some session variables are updated, but another aspx page can´t see the
updates, this happends only if i set the sessionstate mode to stateserver,
with inproc mode all works fine, i use session variables in other aspx pages
and all works fine(but don´t use threads to read/update session variables).
Any sugestions?
In my web app when some button is clicked, a new thread is created to
import data and that thread creates some threads too, inside those threads
some session variables are updated, but another aspx page can´t see the
updates, this happends only if i set the sessionstate mode to stateserver,
with inproc mode all works fine, i use session variables in other aspx pages
and all works fine(but don´t use threads to read/update session variables).
Any sugestions?