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
Will session work if cookies is disabled?
What is difference between URL and URI?
Which Is Faster MVC or ASP.net ?
What is the difference between session and viewstate?
How can we use Web API with ASP.NET Web Form?
Explain about secure socket layer?
What is the use of service provider?
What is the difference between dynamic SGA and static SGA?
Why is the standalone environment only useful during the development process?
Explain the components of web form in asp.net
What is the difference between custom web user control and a custom web server control?
Explain how cookies work. Give an example of cookie abuse.
IN an ASP.NET Web application if there is any error, how can you debug?
What does it mean your session has timed out?
What is intrinsic objects in asp.net?