RE: [htmltmpl] verified something
Brought to you by:
samtregar
From: Paulsen, B. <BPa...@le...> - 2006-03-08 04:23:37
|
Try using double_file_cache=3F 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 =3F =20 -----Original Message----- =46rom: htm...@li... [mailto:htm...@li...] On Behalf Of Matthew Boehm Sent: Tuesday, March 07, 2006 11:19 PM To: htm...@li... 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=3FcompanyID=3D2 <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=3FcompanyID=3D1 <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=3FcompanyID=3D45 <snip> <p>Welcome to the <strong>omNovia</strong> Conference Center </snip> Any ideas=3F 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=3Fcmd=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 _______________________________________________ Html-template-users mailing list Htm...@li... 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 a= s= 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 b= e= secure or error-free. Therefore, we do not represent that this informatio= n= is complete or accurate and it should not be relied upon as such. All = information is subject to change without notice. |