Re: Help Please WebDNA 6 Secure Forms Problem

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 57934
interpreted = N
texte = We introduced those additional HTTP response headers to solve cache related problems with other browsers, specifically Apple's Safari browser. But it appears to have created another problem. I am looking at that code now, and will hopefully have a solution fairly soon. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Colin Sidwell Sent: Wednesday, May 19, 2004 6:30 AM To: WebDNA Talk Subject: Help Please WebDNA 6 Secure Forms Problem Hi, Since upgrading to WebDNA 6 we have had problems with windows users getting errors such as 'page has expired' when they try to submit secure forms. We have been working on this problem for two weeks and it's now getting serious. Today we have put the same form onto a server with WebDNA 5 and the page submits okay. If we view the headers of both pages, the 6 version returns- HTTP/1.1 200 OK Date: Wed, 19 May 2004 13:13:57 GMT Server: Apache/2.0.49 (Unix) DAV/2 PHP/4.3.6 mod_ssl/2.0.49 OpenSSL/0.9.6i Content-type: text/html; charset=ISO-8859-1 Cache-control: no-store, no-cache, must-revalidate, max-age=0 Cache-control: post-check=0, pre-check=0 Pragma: no-cache Connection: Close MIME-Version: 1.0 Expires: Wed, 19 May 2004 13:13:57 GMT Content-Length: 2942 On version 5 it returns- HTTP/1.1 200 OK Date: Wed, 19 May 2004 13:16:23 GMT Server: Apache/2.0.47 (iTools 7/Mac OS X) DAV/2 PHP/4.3.2 mod_ssl/2.0.47 Ope nSSL/0.9.6i Content-type: text/html; charset=ISO-8859-1 Connection: Close MIME-Version: 1.0 Last-Modified: Wed May 19 13:16:23 2004 GMT Expires: Wed May 19 13:16:23 2004 GMT Content-Length: 2942 If we change the form to a plain .htm document (not parsed by WebDNA) the form works on version 6 and there are no Cache-control or Pragma values in the header. The same applies if we make it a .php document. Is there any way to stop WebDNA sending the cache-control or pragma in the headers? We have tried setting the headers in WebDNA but it just adds extra ones. Has anyone else had a similar problem? Regards, Colin Colin Sidwell 01905 797383 ------------------------------- http://www.idealinternet.co.uk ------------------------------- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Help Please WebDNA 6 Secure Forms Problem ( Kenneth Grome 2004)
  2. Re: Help Please WebDNA 6 Secure Forms Problem ( "Scott Anderson" 2004)
  3. Re: Help Please WebDNA 6 Secure Forms Problem ( Stuart Tremain 2004)
  4. Re: Help Please WebDNA 6 Secure Forms Problem ( Rob Marquardt 2004)
  5. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  6. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  7. Re: Help Please WebDNA 6 Secure Forms Problem ( "Scott Anderson" 2004)
  8. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  9. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  10. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  11. Re: Help Please WebDNA 6 Secure Forms Problem ( Donovan Brooke 2004)
  12. Re: Help Please WebDNA 6 Secure Forms Problem ( Donovan Brooke 2004)
  13. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  14. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  15. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  16. Re: Help Please WebDNA 6 Secure Forms Problem ( Donovan Brooke 2004)
  17. Re: Help Please WebDNA 6 Secure Forms Problem ( Rob Marquardt 2004)
  18. Re: Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
  19. Re: Help Please WebDNA 6 Secure Forms Problem ( John Peacock 2004)
  20. Help Please WebDNA 6 Secure Forms Problem ( Colin Sidwell 2004)
We introduced those additional HTTP response headers to solve cache related problems with other browsers, specifically Apple's Safari browser. But it appears to have created another problem. I am looking at that code now, and will hopefully have a solution fairly soon. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Colin Sidwell Sent: Wednesday, May 19, 2004 6:30 AM To: WebDNA Talk Subject: Help Please WebDNA 6 Secure Forms Problem Hi, Since upgrading to WebDNA 6 we have had problems with windows users getting errors such as 'page has expired' when they try to submit secure forms. We have been working on this problem for two weeks and it's now getting serious. Today we have put the same form onto a server with WebDNA 5 and the page submits okay. If we view the headers of both pages, the 6 version returns- HTTP/1.1 200 OK Date: Wed, 19 May 2004 13:13:57 GMT Server: Apache/2.0.49 (Unix) DAV/2 PHP/4.3.6 mod_ssl/2.0.49 OpenSSL/0.9.6i Content-type: text/html; charset=ISO-8859-1 Cache-control: no-store, no-cache, must-revalidate, max-age=0 Cache-control: post-check=0, pre-check=0 Pragma: no-cache Connection: Close MIME-Version: 1.0 Expires: Wed, 19 May 2004 13:13:57 GMT Content-Length: 2942 On version 5 it returns- HTTP/1.1 200 OK Date: Wed, 19 May 2004 13:16:23 GMT Server: Apache/2.0.47 (iTools 7/Mac OS X) DAV/2 PHP/4.3.2 mod_ssl/2.0.47 Ope nSSL/0.9.6i Content-type: text/html; charset=ISO-8859-1 Connection: Close MIME-Version: 1.0 Last-Modified: Wed May 19 13:16:23 2004 GMT Expires: Wed May 19 13:16:23 2004 GMT Content-Length: 2942 If we change the form to a plain .htm document (not parsed by WebDNA) the form works on version 6 and there are no Cache-control or Pragma values in the header. The same applies if we make it a .php document. Is there any way to stop WebDNA sending the cache-control or pragma in the headers? We have tried setting the headers in WebDNA but it just adds extra ones. Has anyone else had a similar problem? Regards, Colin Colin Sidwell 01905 797383 ------------------------------- http://www.idealinternet.co.uk ------------------------------- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "Scott Anderson"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Refresh cart# (1999) How to get shownext to just shownext once (1997) nested showif? (1998) Re:2nd WebCatalog2 Feature Request (1996) [WebDNA] Search Site (2009) send mail problem? (1997) Error Log.db --however (1997) SetLineItem (1997) Custom Tags or Modular Code (2001) Non-Cart Files in Shopping Cart Folder (1997) CommandSecurity? (1997) Can't load tmpl files (1997) Using Cookie for client specific info? (1997) WebCat2 - [format thousands] (1997) sendmail spaces (1997) Stumpted Again (1997) Re:quit command on NT (1997) Multiple cart additions (1997) Multiple catalog databases and showcart (1997) RE: formula.db, adding option prices (1997)