ok so I used telnet to grab a few instances of our CGI using HTML::Template and the caching is still present.

drmac-mac:~ drmac$ telnet www.ourdomain.com 80
Trying 170.86.88.385...
Connected to www.ourdomain.com.
Escape character is '^]'.
GET /pages/sctest/roomlogin_new.cgi?companyID=2

<snip>
<p>Welcome to the <strong>omNovia</strong> Conference Center
</snip>


drmac-mac:~ drmac$ telnet www.ourdomain.com 80
Trying 170.86.88.385...
Connected to www.ourdomain.com.
Escape character is '^]'.
GET /pages/sctest/roomlogin_new.cgi?companyID=1

<snip>
<p>Welcome to the <strong>Traders International</strong> Conference Center
</snip>

drmac-mac:~ drmac$ telnet www.ourdomain.com 80
Trying 170.86.88.385...
Connected to www.ourdomain.com.
Escape character is '^]'.
GET /pages/sctest/roomlogin_new.cgi?companyID=45

<snip>
<p>Welcome to the <strong>omNovia</strong> Conference Center
</snip>


Any ideas? I should mention that roomlogin_new.cgi does use strict while our old CGI does not. And the old CGI doesn't have this problem even though both run under the same mod-perl enabled dir.

Thanks,
Matthew


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to