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

how can i am search the data from database? just like google

2 Answers  


What is the significance of finalize method in .net?

0 Answers  


web user and custom conrols

1 Answers  


Define machine.config in .net?

0 Answers  


What does setting a control's EnableViewState property to false accomplish?

1 Answers  






Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?

1 Answers   CTS, TCS,


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


differences between class inheritance and interface?

2 Answers  


What is the need of client side and server side validation ?

1 Answers   Keane India Ltd,


What tags do you need to add within the asp:datagrid tags to bind columns manually?

5 Answers   Siebel Systems,


How can I open ashx file in mobile?

0 Answers  


Why is it important to maintain session state?

1 Answers  


Categories