How we can kill our Session in web farm where there is no
any sticky server .And user can not Logout bcoz of that.

Answers were Sorted based on User's Feedback



How we can kill our Session in web farm where there is no any sticky server .And user can not Logou..

Answer / 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

How we can kill our Session in web farm where there is no any sticky server .And user can not Logou..

Answer / kk

using session = null

Is This Answer Correct ?    1 Yes 1 No

How we can kill our Session in web farm where there is no any sticky server .And user can not Logou..

Answer / hemant

Just close the windows explorer and open it again and enjoy
logging again. Simple buddy.

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More ASP.NET Interview Questions

What is a multilingual website?

0 Answers  


What does a switch do?

0 Answers  


What is custom tag in Web.Config?

0 Answers   Accenture,


How do I send e-mail from an ASP.NET application ?

1 Answers  


One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?

3 Answers   HCL,






Define Query Interface,Adref,Release?

1 Answers   Microsoft,


What is the base class of .NET?

6 Answers  


What is the full form of asp.net?

0 Answers  


Explain the benefits of viewstate?

0 Answers  


How to write unmanaged code and how to identify whether the code is managed / unmanaged ?

2 Answers   Accenture, BirlaSoft, Cogtest,


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

0 Answers  


What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

0 Answers   HCL,


Categories