Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What method do you use to explicitly kill a user’s session?

2 like 0 dislike
Hello guys,

What method do you use to explicitly kill a user’s session?

Please give me your feedback.........I am waiting your feedback

Thanks in advance
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
The Abandon method destroys all the objects stored in a Session object and releases their resources.
If you do not call the Abandon method explicitly, the server destroys these objects when the session times out.
Syntax: Session.Abandon
answered 1 year ago by marck_don (191,010 points)

Related questions

7 like 0 dislike
1 answer
7 like 0 dislike
0 answers
14 like 0 dislike
2 answers
asked 2 years ago by BloggeR (179,550 points)