Ally Clelland 27.Jan.10 03:02 AM a Web browser General7.0All Platforms
Came across a very annoying coding problem on the web side of the File Cabinets. Users had started to get the "Is the Domino.Doc Client installed on this machine" constantly when trying to view or edit a document.
Had a look at the cookies which were expiring instantly.
In the code in the filecab.ntf we found this:
cookieDate.setYear(2010);
DOH! not brilliant planning folks - very annoying. Easy to fix if you have TS configurator but still - bad coding!!!!