elow po mga kuya
Session.Abandon will destroy ALL session therefor freeing up memory that they used... <----tama po ba understanding ko about Session.abandon?
if so, panu naman po kung gusto ko lang mag destroy ng ISANG specific na session variable.
ex.
if I am in my settings.aspx page and I have...
Session("logID") = "1"
Session("settingsONE") = "True"
then if im going to navigate to other pages. gusto ko sana idestroy yung Session("settingsONE")
panu po yun?
salamat po.