Sundararajan,
It does work if you put the code in Session_End. However, if you do not
explicity set the Session.Timeout, the default is 20 minutes. So, your code
in the Session_End won't excute until there is 20 minutes of inactivity on
that session.
HTH
T
> Dear Folks,
> in my web page i am locking some table, in DB. and i take care to
[quoted text clipped - 6 lines]
> Thanx in advance.
> regards,
Andy Fish - 22 Jul 2005 09:41 GMT
as a follow up I would say it's a really bad idea to leave a database table
locked between requests. you have no idea what the user is going to do or
how long it will take him to respond.
obviously I can't comment on your specific application, but I would
generally try to avoid this scenario
Andy
> Sundararajan,
>
[quoted text clipped - 20 lines]
>> Thanx in advance.
>> regards,