On Mar 22, 1:16 pm, AD7six <[email protected]> wrote: > On Mar 22, 11:50 am, byqsri <[email protected]> wrote: > > > Hi > > I would ask if,when and how CakePHP will be aligned with the > > directive "Cookie Directive" of UE? > > What is it you're expecting cake to do wrt that directive. > > AD
Infact, from http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2009:337:0011:01:EN:HTML "Exceptions [...] the technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user." I infer from that session cookies are exempt. "the user’s consent to processing may be expressed by using the appropriate settings of a browser or other application." So if a user has cookies enabled, a website can most likely assume the user agrees. Bear in mind this cookie directive is primarily focussed on advertising and underhand tracking tactics. Even so, if the above suggestions are incorrect or you just want to be sure - all you need is simply ask the user if they agree for your site to store cookies on their computer, and save a 1 in the "they agree to use cookies" field in your users table when they register/login so that you can act appropriately. hth, AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
