Conversation

Notices

  1. It's not so simple to write a cookie-handling library (one for PHP and one for JavaScript, even) that actually supports the standard - most libraries skimp on support for the finer parts of the standard (such as when and how to use the 'secure' flag). I even found a widely-quoted JavaScript version that 'forgets' about encoding/decoding. And then there's the fact that JavaScript's encoding is not compatible with PHP's encodig (which closer matches the standard), so some extra 'translation' is needed. ugh. # # # #

    Tuesday, 10-Dec-13 09:57:56 UTC from oracle.skilledtests.com