sinan1
February 21st, 2005, 01:19 AM
Hi,
I have used few public variables in a module in a Web Application using VB.Net.
I was under the impression that these variables behave like Session variables with new instances for the different users.
The application worked fine for a single user but when I published it and more than one user were using the application, these public variables were shared between all the users, somewhat like Application variables.
Could someone please shed some light on the relation between these public variables and Session/Application variables
Thanks.
I have used few public variables in a module in a Web Application using VB.Net.
I was under the impression that these variables behave like Session variables with new instances for the different users.
The application worked fine for a single user but when I published it and more than one user were using the application, these public variables were shared between all the users, somewhat like Application variables.
Could someone please shed some light on the relation between these public variables and Session/Application variables
Thanks.