John
Site Admin
Posts: 2623 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Post
by John » Mon Feb 19, 2007 1:47 pm
Do you have <EXPORT> statements in the script? If you use $urlroot instead of $url does that clear it up?
John Turnbull
Thunderstone Software
jai.thomas
Posts: 54 Joined: Tue Dec 11, 2001 6:20 pm
Post
by jai.thomas » Mon Feb 19, 2007 3:37 pm
Yes we do have teh following export statements. We tried $urlroot, did not help.
<EXPORT $prox QUERY USEROK><!-- proximity setting -->
<EXPORT $query QUERY USEROK><!-- user's query -->
<EXPORT $mode QUERY USEROK><!-- action mode -->
<EXPORT $topic QUERY USEROK><!-- search topic(s) -->
<EXPORT $doctime QUERY USEROK><!-- Document time constraint -->
<EXPORT $author QUERY USEROK><!-- Document author -->
<EXPORT $order QUERY USEROK><!-- result order -->
<EXPORT $sufs QUERY USEROK><!-- suffix/match processing setting -->
<EXPORT $uscope QUERY USEROK><!-- user scope setting -->
<EXPORT $format QUERY USEROK><!-- display format long/short -->
<EXPORT $ito QUERY USEROK><!-- IT&O mask -->
John
Site Admin
Posts: 2623 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Post
by John » Mon Feb 19, 2007 3:53 pm
Which webserver, web browser and texis version?
John Turnbull
Thunderstone Software
jai.thomas
Posts: 54 Joined: Tue Dec 11, 2001 6:20 pm
Post
by jai.thomas » Tue Feb 20, 2007 12:55 pm
Web Server - IBM HTTP Server 6.0 (Apache-based)
Browser - IE6.0 SP2
Texis - Texis 4.0
OS - HP-UX 11.x
Kai
Site Admin
Posts: 1272 Joined: Tue Apr 25, 2000 1:27 pm
Post
by Kai » Wed Feb 21, 2007 2:21 pm
You can disable the connection-reset check for that script by adding this to the top of the script:
<trap connreset=off>
Note that this would normally also disable "correct" connection-reset checking, ie. if a script is using a lot of CPU but the browser disconnects, this directive permits it to continue instead.
jai.thomas
Posts: 54 Joined: Tue Dec 11, 2001 6:20 pm
Post
by jai.thomas » Thu Feb 22, 2007 10:30 am
That is working! Thanks.
Should we expect any issues wth having that tag apart from the fact that valid disconnections will not be honoured?
Thanks again
Jai