[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Session_End in the Global.asax.vb file

Mathasu

2/10/2005 3:47:00 PM

Hi!

I've a mobile application where the Sub
Session_End in the Global.asax.vb file
don't come elaborated if I close the browser,
while it works correctly when the timeout expires.
How it is possible ?

Thanks!


1 Answer

Adam Edell via DotNetMonster.com

2/21/2005 8:01:00 AM

0

The session does not end just because you close the browser, the session
resides on the server and has no idea if you have closed the browser or not.
The server responds to Requests and have no knowledge of what happends to
the page once it has been served, it could be said that to the server you
close the browser every time you have requested a page

--
Message posted via http://www.dotnetm...