Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
ASP General
Setting Server Timeout in asp?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Andrew Zamkovoy, post: 4359468"] Hello, Is way for set timeout for application itself. Not for single page. For single page "timeout" (what you exactly mean under "page timeout"?) you should use something like this: For all pages with "short timeout": <meta http-equiv="Refresh" content="<%=120%>; URL=<%=Application ("BASEHREF")%>/my_extra_timeout.asp"> For all pages with "long timeout": <meta http-equiv="Refresh" content="<%=Session.Timeout * 60%>; URL=<%=Application ("BASEHREF")%>/my_extra_timeout.asp"> With best regards, Should you have any questions, please don't hesitate to contact me. If you response to an email, please quote the complete message. [URL]http://1click.lv[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
ASP General
Setting Server Timeout in asp?
Top