
December 15th, 2004, 06:01 AM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 17
Time spent in forums: 1 h 7 m 21 sec
Reputation Power: 0
|
|
|
Session Management
Hi,
I am working on a .NET project and have a situation where I would end a web session of a user if there is no activity for a predefined period of time (say 20 minutes). That is fine. But the issue is that I need to kill the corresponding database session also. But there is no event that I could use before the killing of the web session to pass the user id and/or session id to the database so that the database session is also killed. Is there any way?
Thanks in advance
oursmp
|