473,403 Members | 2,270 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

terminate session?

Hi,
is there a way to terminate a user session?

I created a web service that loops trough a database that contains
emails and sends a personnaly adressed email to everyone. The web
service is void (dosn't return anything to the caller). I use a web form
to create the email with attachments and pass the email as a parameter
to the web service. The client I'm doing this for has a little over 8000
emails in the database so I make the application pause for 2 minutes at
every few hundred emails just to be sure I don't overload the server.

Everything works fine but after I've sent the request to the web
service, the internet explorer status bar is still active, like it's
waiting for something. I can close the browser and the web service will
continu it's operation anyway, but it would be nice not to have the
status bar look like it's waiting for something. Is there anyway to
terminate the session or not have ie wait for something?
Nov 18 '05 #1
1 1587
On Thu, 05 Aug 2004 12:59:30 -0400, lucas <lu****@hotmail.qc> wrote:
Hi,
is there a way to terminate a user session?

I created a web service that loops trough a database that contains
emails and sends a personnaly adressed email to everyone. The web
service is void (dosn't return anything to the caller). I use a web form
to create the email with attachments and pass the email as a parameter
to the web service. The client I'm doing this for has a little over 8000
emails in the database so I make the application pause for 2 minutes at
every few hundred emails just to be sure I don't overload the server.

Everything works fine but after I've sent the request to the web
service, the internet explorer status bar is still active, like it's
waiting for something. I can close the browser and the web service will
continu it's operation anyway, but it would be nice not to have the
status bar look like it's waiting for something. Is there anyway to
terminate the session or not have ie wait for something?

Session.Abandon();
Bobby Ryzhy
bobby @ domain below
http://weekendtech.net
Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Roberto Kohler | last post by:
Is there a way for an administrator to terminate ASP sessions if I know the ASP Session IDs that I want to terminate? Session.Abandon only works on the caller's session. Is there something like...
1
by: Michael | last post by:
Dear all, Given the following challenge: 1. The application is an exe on a W2K server 2. User logs via telnet to the server 3. After checking the user account and password, a bat file runs...
1
by: Denon | last post by:
How to terminate a Session in Global.asax? 1)In Global.asax, I have store every sessionID into a global array 2) I have start a timer while application_start event, this timer lookup something 3)...
3
by: Kathy Burke | last post by:
Hi, I'm tired, so this question may be silly. I have a fairly long sub procedure. Based on one condition, I load another sub with the following: If Session("GRN") = "complete" Then txtScan.Text...
1
by: feng | last post by:
Hi, In stead of waiting for Session_end to fire, I would like to kill the current session using my code behind depending on certain conditions. Can this be done? how? Thanks
6
by: TR | last post by:
What is the best practice for implementing a Logoff feature so that the user's session is terminated and session state memory is released? Thanks TR
3
by: ad | last post by:
In some condition, like another user log in with the some ID, I want to close a user's session. How can we terminate a user's session with program?
1
by: islandfong | last post by:
I have a list of job scheduled to be executed in sequence with Oracle 10g. Each of these jobs could take quite a long time to run. Eventually user may decide to terminate the execution of the job in...
0
by: msheikh25 | last post by:
After a failed informatica load session, when I try to select from a table it shows that the table is in Load Pending state: 1 ----------- SQL0668N Operation not allowed for reason code "3" on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.