Multiple Choice
How to kill a user session explicitly?
A) Session.Close()
B) Session.Discard()
C) Session.kill()
D) Session.Abandon()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Feature of a local variable?<br>A)It can be
Q9: What is the output of the code
Q10: int keyword targets to which .Net type?<br>A)System.Int8<br>B)System.Int16<br>C)System.Int32<br>D)System.Int64
Q11: Which of the following can`t be used
Q12: Choose the form in which Postback occurs?<br>A)Html<br>B)Webforms<br>C)Windows<br>D)All
Q14: Different ways a method can be overloaded
Q15: Which access modifiers are used in the
Q16: A variable which is declared inside a
Q17: How many web.config files that can be
Q18: Can you inherit multiple interfaces?<br>A)Yes<br>B)No<br>C)Both<br>D)None