How do you explicitly kill a user’s session ?

Skill/Topic: Intermediate
A) Session.Close ( )
B) Session.Discard ( )
C) Session.Abandon
D) Session.End

Showing Answers 1 - 26 of 26 Answers

aparna

  • Mar 24th, 2006
 

option C SESSION.ABANDON

this will kill the user session all the useful information about the session will be lost

  Was this answer useful?  Yes

santosh

  • Jan 20th, 2013
 

A) Session.Close()

  Was this answer useful?  Yes

srinu

  • Jan 25th, 2013
 

C) Session.Abandon

  Was this answer useful?  Yes

Ajish

  • Oct 23rd, 2015
 

Session.End

  Was this answer useful?  Yes

nourhan

  • Nov 22nd, 2015
 

Session.close()

  Was this answer useful?  Yes

jerin

  • Dec 1st, 2015
 

C) Session.Abandon

  Was this answer useful?  Yes

Shrikant B

  • May 18th, 2016
 

Session.Abandon()

  Was this answer useful?  Yes

Priyanka

  • Oct 24th, 2017
 

Session.Abandond()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions