Hi, I posted this question but somehow it is not here =(
When I release session objects I do this
Code:
Code:
session("username")=""
So whats the difference when I do this
Code:
Code:
set session("username")=nothing
or
session.remove("username")
Isn't I already release it with a null value?