F
Flurry
Hello...
I have a simple problem...when I create a session variable as such:
Session("ID") = 1
and read this varaible from time to time....
The problem is that it is shared by all users not just the user that
created the session variable...
That is, if another user logs on and sets
Session("ID") = 2
then this will change the value if Session("ID") for the first
user....
What I want is to have different ID's for each user...
Can someone elxplain what is wrong???
Thanks...
I have a simple problem...when I create a session variable as such:
Session("ID") = 1
and read this varaible from time to time....
The problem is that it is shared by all users not just the user that
created the session variable...
That is, if another user logs on and sets
Session("ID") = 2
then this will change the value if Session("ID") for the first
user....
What I want is to have different ID's for each user...
Can someone elxplain what is wrong???
Thanks...