Select from following answers:- Session.End()
- Session.Clear()
- Session.Abandon()

- Session.Kill()
- All Above
Session.Abandon() is used to kill the session. Session.Clear() method will clear only the session value but the session key remains active. There are no methods like Session.End() and Session.Kill() in Session Class.
Show Correct Answer
Asked In: In my last interview. |
Alert Moderator