ASP.NET 2 Login control

C

chris fellows

I'm trying to use the ASP.NET 2 Login control to authenticate users held in
a SQL Server database. Is it possible to implement a finite session period
of say 20 minutes after which time the user is prompt to re-enter their
credentials? Is there any way to do it without setting the Session timeout?
 
B

bruce barker

session has nothing to do with authentication.

if you are using forms authentication, the authentication timeout
(default 30 min) is specified in web.config in the authentication section.

-- bruce (sqlwork.com)
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,061
Latest member
KetonaraKeto

Latest Threads

Top