Doing this in vb.net
How do you clear just one session variable. I have Session("Client ID") and
I want to clear just this session variable and not all the other session
variables. I know session.clear() , but how do you just clear this only?
How do you clear just one session variable. I have Session("Client ID") and
I want to clear just this session variable and not all the other session
variables. I know session.clear() , but how do you just clear this only?
Comment