Charlotte wrote:
>> Are you talking about Session timeout? Please read this
>>
http://classicasp.aspfaq.com/general...ut-values.html
>> and let us know specifically which timeout property you are talking
>> about.
>
> we've got an admin-page (password-protected - ASP + MDB)
> when the user is logged in to do his admin-work
>
> but when he's doing nothing for a period of time
> and then after .... minutes, he will do some work again
> the script tell's him to login again
>
> witch "time" do i have to increase ?
>
I can only guess. It depends on how the application code is establishing
and maintaining the login period.
If the application code is using Session ID to determine if a user is
signed on or not, then it's Session timeout you need to be looking at.
You definitely do not want to be allowing sessions to be opened for too
long because each session consumes resources on your web server.
In a LAN environment, I'm not sure why you are making your users sign
in. Why not use Windows Authentication and shut off Anonymous access.
This will not solve the problem with sessions timing out but it will
make things a little less annoying for your users.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.