the mad cookie (tm), and a bug with IE 3.x
Hello, In the story "track them all down", two other examples of harcoded expiring date for cookies: lib/python/OFS/DTMLMethod.py lib/python/Shared/ZRDB/DA.py I wonder... in lib/python/Products/OFSP/Session.py, the expiring date for the cookie is commented out. According to the specs, this mean that the cookie expires when you close the browser. Does this mean that a session last only until the browser is closed? The information about the open session must be stored elsewhere. IE 3.x has a bug in the handling of TEXTAREA tag: *everything* that is between <textarea> and </textarea> belongs to the field. lib/python/OFS/documentEdit.dtml reads: <textarea /* various stuff deleted */> <!--#var __str__--></textarea> An extra line is added to anything being edited. So it should be written: <textarea /* various stuff deleted */><!--#var __str__--></textarea> For the lazy ones, a patch is included. Regards, Jephte CLAIN Service Informatique CHSR
participants (1)
-
Service Informatique CHSR