• Two Request

    By Thomas Adrian 1 decade ago

    #1. looks like this page desribe a better way to implement cookies
    http://www-10.lotus.com/ldd/ddwiki.nsf/dx/cookie-management.html

    #2. the control does not support the secure plugin at https://blueimp.net/mozilla/ and I do not think I am prompted to store my password.

     

    Thanks
    Thomas Adrian
     

     

    • Cookies & Secure login

      By F. Kranenburg 1 decade ago

      Because the Dojo password element does not allow to be focussed, selected or programmatically put a default value in it, it will not work. The cookie management must be done completely from the client side, not the serverside.



      Secure login looks up forms in the HTML code and looks up form elements where a username and password inputboxes may be stored. This control does not create a form, it uses Ajax and Dojo with dynamic elements to process the login, so Secure Login will not work I think.