P
Pierke
Hey guys out there,
I really need your help, i am building up a web site, so
for security reasons i need to do "some things" before the
user log off, and i indeed do it. Now the matter is that
any user can also CLOSE the page without logging off, and
by then i would need to be able to so "some things" (such
as save his log off time) and i need to do it before the
application get close, i have tried a hundred times to put
some code on the Global.asax file in the procedure
application_end or session_end, but it is like it never
passes through this peace of code. So, can you tell me
where to put the code i want to execute in the very moment
in which the application start closing? Thanks in
advantage,
Pierke
I really need your help, i am building up a web site, so
for security reasons i need to do "some things" before the
user log off, and i indeed do it. Now the matter is that
any user can also CLOSE the page without logging off, and
by then i would need to be able to so "some things" (such
as save his log off time) and i need to do it before the
application get close, i have tried a hundred times to put
some code on the Global.asax file in the procedure
application_end or session_end, but it is like it never
passes through this peace of code. So, can you tell me
where to put the code i want to execute in the very moment
in which the application start closing? Thanks in
advantage,
Pierke