hi,

I have the following problem. When I use the following code :

<%init>
....
if ($error) {
  $m->comp('/error.mas');
  $m->abort
}
....
</%init>

at the moment ->abort() is executed, any subsequent request from the
same browser just stalls i.e. takes forever  i.e. does not display
anything..does not finish.
(even if I restart the browser). The only solution is to restart the apache.
Now the interesting part let say I've done the previous tests with
Firefox and open the site with 'links"-console borwser the site work
!!!!
I made another test with ie4linux-ie6 and it also "stalls", and the
same behavior if I try after that to open the site with FF it works
ok,
but if I want the site to work again with ie4linux-ie6 I have to
restart the apache ?
( I do print some debugging in the error log and it seems that the
page is generated successfully)

Any idea why I get this weird behavior ? and more importantly how to resolve it.

I don't want to flush or clear the output, just to abort after I
display the error after autohandler already build the template..
I think this could have something to do with the browser in some way
attaching to a specific apache-child!, but still how to
solve the problem.

thanx alot

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to