473,399 Members | 4,254 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,399 software developers and data experts.

Session_End event not working



Hello, I'm working with web developper express edition.
I have a global.asax. I have a web application all ready.
The problem is : Session_End event is never raised.
I have in my web.config file :
<sessionState
timeout="6"
mode="InProc"
cookieless="true"
/>

In another project, with the same web.config file !!! Session_end is
raised.
What's the /$&$?%&%?&* problem with these winbugs.

*** Sent via Developersdex http://www.developersdex.com ***
Mar 13 '07 #1
2 1265

"jamal idba" <ka******@gmail.comwrote in message
news:uk**************@TK2MSFTNGP02.phx.gbl...
>
In another project, with the same web.config file !!! Session_end is
raised.
What's the /$&$?%&%?&* problem with these winbugs.
Could be because your session state is not initialized yet. You have to
store some data in the session and has completed at least one request.
Mar 13 '07 #2
On 13 Mar, 03:50, jamal idba <kamal...@gmail.comwrote:
Hello, I'm working with web developper express edition.
I have a global.asax. I have a web application all ready.
The problem is : Session_End event is never raised.
I have in my web.config file :

<sessionState
timeout="6"
mode="InProc"
cookieless="true"
/>

In another project, with the same web.config file !!! Session_end is
raised.
What's the /$&$?%&%?&* problem with these winbugs.

*** Sent via Developersdexhttp://www.developersdex.com***
When do you WANT the event raised? Is the debugger really still
attached and ready, 6 minutes after the session has become inactive?

Mar 13 '07 #3

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

Similar topics

2
by: Bela | last post by:
Hello I was wondering if someone could help me out with a Session_End problem in my Global.asax. I've tried everything, and still no success Here is the scenario: sessionstate is set to InProc....
2
by: Bela | last post by:
Hello I was wondering if someone could help me out with a Session_End problem in my Global.asax. I've tried everything, and still no success Here is the scenario: sessionstate is set to InProc....
14
by: Bruno | last post by:
We are attempting to automatically log users off from the Session_End event in global.asax. It is not a critical task, more of a housekeeping task so that we know if users have closed down their...
8
by: Roger | last post by:
When I call the session.abandon() method, it calls the session_end event. When a user closes the browser or clicks the log off button, I can dispose of objects and abandon the session cleaning....
12
by: =?Utf-8?B?QWxleCBNYWdoZW4=?= | last post by:
Hi. I am trying to maintain a list of people who are currently "online" in SQL. I do this by adding a simple entry to a simple PeopleOnline table whenever someone logs in to my site. If they...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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.