How we can kill our Session in web farm where there is no
any sticky server .And user can not Logout bcoz of that.
Answer Posted / dhirendra pratap singh
actually sessioon object supports ABONDON() Methade to kill
session,
other ways is ,u can call formauthentication.signout()
methade to kill session.
there are many other way. at web site admin level like
slight chage in web.config file, etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is asp.net ajax?
What is server side routing?
What r the asp.net list controls and diff. Between them?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is a SESSION and APPLICATION object?
What are tuples?
Explain the main function of razor in asp.net? : asp.net mvc
What is the difference between the response.write() and response.output.write() methods?
How do you use viewstate?
Explain the function of new view engine in asp.net? : asp.net mvc
What are the Types of chaching. How to implement caching
What is difference between session and viewstate?
Which data type does the rangevalidator control support?
What is data caching?
How can u deifne the benefits and limitation of using Viewstate for state management?