hi patrick
yeah : i misread the q (didnt see the "not"). but surely
a. <c:remove name="empName"/>
default is page not session scope and "name" should be "var". so a wont remove.
b. <c:set var="empName" scope="session" value=""/>
setting to "" doesnt remove the attribute, does it?
c. <c:remove scope="session" name="empName"/>
invalid : should be var="empName"?
d. both a and b
neither will do it so both wont
e. None of the above
meaning "none of the above will not remove" so that's "all of the above will remove"? odd. but i can't agree with e. either.
my JSTL newbie mind needs enlightenment,
peter