dele454 wrote: > Hi, > > I have this issue that's been lingering in my codes. Whenever i use the > Zend_Mail or Zend_Captcha or any component that generates some kind of > resource, i always get such resource twice. In context, if i use the > Zend_Mail to send out mails - will recieve the same copy of that mail twice. > > Likewise for captcha, the image will be generate twice and saved in my > captcha image location - though with two different texts on them. > > I have tried all sorts to recitfy this but to no avail. Any reason why this > is so? > > ----- > dee
Make sure you don't have something like an image tag with an empty src attribute in your html. I had an issue with pages being double rendered/hit twice for every request. Turned out to be this, because the browser was actually requesting the same url twice (once for the page, once for the image). -- Brenton Alker http://blog.tekerson.com/
signature.asc
Description: OpenPGP digital signature
