clean just one session variable

  • Thread starter Thread starter pvong
  • Start date Start date
P

pvong

Doing this in vb.net

How do you clear just one session variable. I have Session("ClientID") 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?
 
Back
Top