time out feature

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".
 
R

Rebecca Riordan

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top