time out feature

  • Thread starter Thread starter Dawn
  • Start date Start date
D

Dawn

Does anyone know if you can disconnect a user after a
certain period of inactivity? I'm trying to implement a
1/2 hour "time-out".
 
I suppose it's theoretically possible, but there's no native support for it.
What you'd need to do, I think, is set up a hidden form with a Timer on it,
and re-set the timer whenever the user does something. There'd be an
overhead hit, but probably not a huge one. There would be a huge coding
hit -- you'd have to add that "re-set the timer" code to every form and
report.

HTH

--
Rebecca Riordan, MVP

Designing Relational Database Systems
Microsoft SQL Server 2000 Programming Step by Step
Microsoft ADO.NET Step by Step

http://www.microsoft.com/mspress

Blessed are they who can laugh at themselves,
for they shall never cease to be amused...
 
Back
Top