Try using double_file_cache?  I'm thinking this may be more of a
HTML::Template issue than a mod_perl issue.

What happens if you print the companyID value to STDERR ?

 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Matthew Boehm
Sent: Tuesday, March 07, 2006 11:19 PM
To: html-template-users@lists.sourceforge.net
Subject: [htmltmpl] verified something

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



------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the 
designated recipient(s) named above.  If you are not the intended recipient of 
this message you are hereby notified that any review, dissemination, 
distribution or copying of this message is strictly prohibited.  This 
communication is for information purposes only and should not be regarded as an 
offer to sell or as a solicitation of an offer to buy any financial product, an 
official confirmation of any transaction, or as an official statement of Lehman 
Brothers.  Email transmission cannot be guaranteed to be secure or error-free.  
Therefore, we do not represent that this information is complete or accurate 
and it should not be relied upon as such.  All information is subject to change 
without notice.



-------------------------------------------------------
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&kid0944&bid$1720&dat1642
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to