Clearing Session variables??
-
Hello, I'm wondering if it is possible to clear individual session("variables")?? Googling, looked on msdn, can't find... Please help! (please note: individual session variables! It's easy to drop em all, but I need to empty some in some cases)
-
Hello, I'm wondering if it is possible to clear individual session("variables")?? Googling, looked on msdn, can't find... Please help! (please note: individual session variables! It's easy to drop em all, but I need to empty some in some cases)
You can just set it to nothing.
-
You can just set it to nothing.
But it will still exist, and if you have 10000 users with each session variables..... I need a way to completely drop SOME of those session variables when i choose. -- modified at 6:20 Tuesday 1st August, 2006
-
But it will still exist, and if you have 10000 users with each session variables..... I need a way to completely drop SOME of those session variables when i choose. -- modified at 6:20 Tuesday 1st August, 2006
try this Session.Contents.Remove()