hi guys,<br><br> i have this issue when i click on any url of my site more than once (ie double clicking).<br>When i click more than once, the site stalls and nothing loads (even if it&#39;s just a light weight static page that i want to load).<br>
<br>Example:<br><ol><li>i load up <a href="http://www.lginsurance.com">www.lginsurance.com</a></li><li>all loaded up and nice</li><li> i now click on &quot;about us&quot; link which points to <a href="http://www.lginsurance.com/aboutus">www.lginsurance.com/aboutus</a></li>
<li>i then immediately change my mind and want to go to the &quot;products&quot; page and click on the link, &quot;products&quot; which points to <a href="http://www.lginsurance.com/products">www.lginsurance.com/products</a></li>
<li>the site stalls and doens&#39;t move <br></li></ol>at the terminal, i observed that HTML::View-&gt;process is the last thing that&#39;s being called.<br><br>[debug] &quot;GET&quot; request for &quot;/&quot; from &quot;123.243.50.59&quot;<br>
[debug] Path is &quot;/&quot;<br>[debug] Rendering template &quot;index.tt2&quot;<br>[debug] Applying HTML page layout wrappers to index.tt2<br>[info] Request took 0.094246s (10.611/s)<br>.----------------------------------------------------------------+-----------.<br>
| Action                                                         | Time      |<br>+----------------------------------------------------------------+-----------+<br>| /auto                                                          | 0.000406s |<br>
| /default                                                       | 0.000129s |<br>| /end                                                           | 0.049609s |<br>|   -&gt; myApp::View::HTML-&gt;process                                | 0.047017s |<br>
&#39;----------------------------------------------------------------+-----------&#39;<br><br><br><br>Any ideas??<br><br><br>K. akimoto<br>