What is the difference between session.abandon and session.clear in .net
Clear clears the all session variables value whereas Session. Abandon vanishes kills the session. Please follow the links.. Posted Feb pm AshishChaudha. When you want to clear your session data that time you can call these methods.
Some differences are, 1. Clear just clears the session data without killing it. With session. Session ID will remain same in both cases, as long as the browser is not closed.
It's best coding practice to clear your session after logout. Posted Feb pm Career Web Helper. You use Session. Clear when you dont want to end the session but rather just clear all the keys in the session and reinitialize the session. But on the other hand Session. Clear is like removing books from the bookshelf Session. Abandon is like throwing the bookshelf itself. Posted Feb pm Muhamad Faizan Khan. Add your solution here. Abandon destroys the session Session.
Clear just removes all values A friend told me this: Clearing the session will not unset the session, it still exists with the same ID for the user but with the values simply cleared.
The below code works and doesn't throw any exceptions. I just find one difference: session. Please log in or register to add a comment. Please log in or register to answer this question. If you will use Session. Clear you will have the same session in many requests. Clear removes items immidiately, Abandon does not.
Abandon releases the SessionState object and its items so it can ba garbage collected to free the resources. Clear keeps SessionState and resources associated with it. Related questions. NET, when should I use Session.
Clear rather than Session. What are the disadvantages of setting cookieless to true? Is the session timeout attribute in minutes or seconds?
Didn't find what you were looking for? Find more on What is the difference between Session. Contact Us Blogs. Like this: Like Loading Leave a Reply Cancel reply Enter your comment here Fill in your details below or click an icon to log in:. Email Address never made public. Follow Following. Somewhere, something incredible is waiting to be known!!! Sign me up. Already have a WordPress.
0コメント