Jump to content

Recommended Posts

Posted

Not quite sure which section this post should be in...

 

What are people doing about their school websites in light of new legislation governing cookies (EU Privacy and Communications Directive) which AFAIK comes into force on May 26th this year?

 

The ICC Guide suggests that use of 'performance' cookies (track use) requires consent, so anyone with a standard Joomla install will need to seek visitors permission.

 

Does anyone have a cunning plan for Joomla - say a small bit of PHP which could be used to 'record' consent to category 2 cookies?

 

What about internal sites (sharepoint, moodle etc?).

Posted (edited)

There was a thread on here somewhere recently about this.

 

Of course, the irony of this law is a Cookie is required to save the users preference!

 

I may add a small bit of PHP to our Moodle to allow the user to choose whether they want the Google Analytics code to be loaded or not.

Has anyone tried to use any internal IT terms and agreements/aup type policy to say they consent to tracking/statistical cookies being loaded on INTRANET applications? Naturally, this is not something you could use on a website.

 

Other thread: http://www.edugeek.net/forums/web-development/93557-cookie-law.html

Edited by InterwebsGuy
Other thread link
  • Thanks 1
Posted

Thanks.

 

It seems from the info that our Joomla based public website will be covered by including notice of cookies in the T&C's. I'm not so sure about things like Moodle, sharepoint, OWA, HAP etc, i.e. things that are intended only for staff and students. I guess we can cover them via a change to the AUP ...

Posted
will be covered by including notice of cookies in the T&C's

 

 

I've never been a fan of people who do that... Everyone knows nobody reads the T&C's, so you can't count it as informed consent.

 

 

Le [Pre-post] EDIT: Well [censored]... according to America EULA are legally binding. [i'm guessing the same is said for T&C's]

 

I need to make something that uses EULA's so I can exploit this...

 

"By using this product you agree to give me [X-13] all of your money and possesions. Including, but not limited to, cash, vehicles, homes and jewelry. You also agree to relinquish all parental rights to your first born to me [X-13]. You will also be obliged to dance a merry jig on every Wednesday at approximately 12 noon."

Posted
I've never been a fan of people who do that... Everyone knows nobody reads the T&C's, so you can't count it as informed consent.

It's not great practice, but if you agree to an agreement without reading it (as most people do for most things, me included) then as they say, more fool you.

But this is a topic for another day, agreements generally have you by the balls one way or another, and they know people will just agree to them as they are often many pages of legal babel that few people understand easily. This is a problem that really needs addressing somehow as no one knows what they are agreeing too - think South Park and the ITunes terms of use parody. :)

Posted
I've been working on this. I have Cookie Control setup to allow Google Analytics coding on our website 'hub' page (which sets no other cookies without consent. In the popup, I have explained that going beyond the hub to the sub-sections (eg Moodle, Joomla) will set session cookies (this is allowed as long as you explain what they are in your privacy policy). So, by continuing, their consent is given to set these cookies. The key seems to be to put the right wording in your policies and on the website, and don't set any mandatory cookies from a landing page if you can help it.
Posted
Yeah, you can just relative link or hard link the .js file anywhere you like. I have a single root copy of it, which all the sub-sites link to.
  • Thanks 1
Posted
Yeah, you can just relative link or hard link the .js file anywhere you like. I have a single root copy of it, which all the sub-sites link to.

 

Got it sorted now stuck the script code into the template index.php and all is well.

 

Ben

  • 2 weeks later...
Posted
How would i get this working with a Joomla site? could i copy it into the index.php?

 

If you use Google Analytics I've just come across this Cookie Law joomla plugin. As I don't use GA this is of no use to me. So what I've done is open the index.php page for the template I'm using, created the code I need to put before the tag, and made the necessary changes* to any javascript elements which set analytics cookies.

 

*

 

  1. Modify the
  2. Add a class of "cc-onconsent-analytics" to the

 

If you click the See example link on the page you'll see what to do.

Posted

Ok thats all working now but i run Rok newsflash stories and cant find the java code anywhere to edit any help in pointing in the right direction?

 

THanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...