473,508 Members | 2,233 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to close session of the same application in all tabs

2 New Member
Hi,

In my web application, I use an exit button which runs session.abandon to close the session and then close the browser.

It does not work with multi-tabs in IE. If I open my application in two tabs, I click on the exit button in one tab which abandons the session and close the tab. But the application in another tab can still work.

Is there any way to close the session for this application in all the tabs?

Thanks
Mar 16 '11 #1
3 3652
kadghar
1,295 Recognized Expert Top Contributor
clear all the session variables; that clears all them for all tabs.
Mar 25 '11 #2
nur alam
9 New Member
Make the answer clear by mentioning c# code..
please........
thanks.
Mar 31 '11 #3
kadghar
1,295 Recognized Expert Top Contributor
simply clear all the session variables
Expand|Select|Wrap|Line Numbers
  1. session.clear();
Mar 31 '11 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
3874
by: zapazap | last post by:
-- Pythonic control of Windows GUI application: tabs and listviews Dear Snake-charming Gurus, I have learned to manipulate some controls ("Button", "ComboBox", etc) through such means as: ...
5
1896
by: Dan Reese | last post by:
Does anyone know of a way through asp code to drop a users application connection and prompt them for their credentials? I would like to offer the ability to log into the application with...
4
3621
by: Alpha | last post by:
I have a window Application. this.close(); doesn't stop and close my application when I get an error. Instead it continues trying to execute the following codes. What code do I need to the...
4
1783
by: Joe Kimbler | last post by:
I've heard this both ways so I'm wondering, is using the: Me.Dispose () ....method in VB.NET the best way to close down an application? Is there a cleaner way to do it? I've heard grumblings...
0
1349
by: watashiwa | last post by:
hello, I'm developing an application with Python to interact buttons with a console based programm with which I work usually.For this i'm using subprocess library to communicate with my application,...
6
4199
by: titan.nyquist | last post by:
Right after InitializeComponent() is run, I do some error checking... when an (very bad) error occurs I show it to the user and I want to close down the application. QUESTION: How do I close...
16
48405
by: eflatunn | last post by:
Hi all, my problem is that the application doesn't terminate when I close the form using the close box on the caption bar. Actually it seems as if the program is closed but task manager's process...
0
4996
by: bharathreddy | last post by:
Here I will given an example on how to access the session, application and querystring variables in an .cs class file. Using System.Web.HttpContext class. 1) For accesing session variables :...
2
2119
by: visweswaran2830 | last post by:
Hi, I want to know, how to close a session when a user is idle (around 'n' time) in asp.net.
0
7225
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7326
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7383
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
5053
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4707
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3194
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1557
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.