S
Skc
Hi,
I have built a custom application using ASP (called BETA) using FrontPage
2000. The website is hosted at an ISP running Windows2003 Server with
FrontPage extensions etc...
The website has a login screen, called index.asp, which basically takes the
login of a user. Once the user fills in his/her username and password, the
form is sent to a page called validate.asp, which looks up the user's account
from an Access table called [Users] using a DRW. If the user exists, then
the website is redirected and the user is given a session=True to
authenticate him throughout the site. Each page is then looking for the
session=True. If the user's details are not in the Access table, then the
login is rejected and a page appears informing the user that their login is
incorrect.
The application has a series of hyperlinks to external websites that open in
a new window. If a user spends more than 5 minutes on the external site,
BETA is open in one Internet Explorer window and an external site in another
window, then user's are complaining of timeouts. User's say that this
happens when they are on an external website for around 5 minutes.
How do I increase this timeout slot?
Please help.
Thanks in advance.
I have built a custom application using ASP (called BETA) using FrontPage
2000. The website is hosted at an ISP running Windows2003 Server with
FrontPage extensions etc...
The website has a login screen, called index.asp, which basically takes the
login of a user. Once the user fills in his/her username and password, the
form is sent to a page called validate.asp, which looks up the user's account
from an Access table called [Users] using a DRW. If the user exists, then
the website is redirected and the user is given a session=True to
authenticate him throughout the site. Each page is then looking for the
session=True. If the user's details are not in the Access table, then the
login is rejected and a page appears informing the user that their login is
incorrect.
The application has a series of hyperlinks to external websites that open in
a new window. If a user spends more than 5 minutes on the external site,
BETA is open in one Internet Explorer window and an external site in another
window, then user's are complaining of timeouts. User's say that this
happens when they are on an external website for around 5 minutes.
How do I increase this timeout slot?
Please help.
Thanks in advance.