Problem with update database on Session OnEnd occurs

10/01/2004 - 19:07 por msidler | Informe spam
I'm trying to update a table when the session end and can not get it
to work, Tried many, many differnent ways and none of them worked.

Does anyone have ASP code that they know works to update a table when
the session OnEnd occurs that they could post?

Thanks
mike
 

Leer las respuestas

#1 Bosio
10/01/2004 - 20:09 | Informe spam
Hi there,

first of all, this is a Spanish speaking group, so please use Spanish
or find a more suitable group for your language.

On Sat, 10 Jan 2004 18:07:28 GMT, (Mike Sidler)
wrote:
Does anyone have ASP code that they know works to update a table when
the session OnEnd occurs that they could post?



Code for OnEnd event must be writen in global.asa to be executed, I
guess. And you will have to make sure that the event is triggered
using session.abandon in some way. OnEnd is not reliable as stated by
MicroSoft.

Preguntas similares