User Logoff time - ASP.NET Web Site Administration Tool

K

Kuria

Hi. I have a Web application that manage authentication with "ASP.NET Web
Site Administration Tool".

Now i need a way to know then the user logoff or doesn't do any activity for
10 minutes.

Where is something integrate without write a custom code?

thanks you
 
G

Gregory A. Beamer

Hi. I have a Web application that manage authentication with "ASP.NET
Web Site Administration Tool".

Now i need a way to know then the user logoff or doesn't do any
activity for 10 minutes.

Where is something integrate without write a custom code?


Without hacking the Web Site Admin tool on their box (which is possible),
you have no way to add something that calls back when they logoff or allow
a timeout.

You can theoretically set up something on IIS that sends an alert when they
login, or even waits to send that alert, but you are changing IIS a bit to
accomplish this.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 

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