cookies

Events happening in the community are now at Drupal community events on www.drupal.org.
betovarg's picture

Problema con cookie_domain

Hola drupaleros!

Tengo un problema con un sitio que no permite loguearse en safari o safari mobile. El dblog no me da errores y dice que la persona pudo loguearse correctamente, sin embargo, el usuario aparece deslogueado. El sitio es un Pressflow 6.

Cambié el cookie domain en settings.php a tener la dirección completa:
$cookie_domain: 'www.sitio.cr';

y el base url a:
$base_url = 'http://www.sitio.cr/';

El problema desaparece en safari y safari mobile, pero el logueo deja de funcionar en chrome y firefox.

Read more
rwohleb's picture

Create cookie naming standards

There are a handful of modules that set extra cookies to accomplish various things outside of the session. Some of them are used only on the client side and the server never needs to see them. Some of them are actually used on the server side. See:
https://wiki.fourkitchens.com/display/PF/Modules+that+break+caching,+and...

Read more
valeck-1's picture

Falla con la generacion de cookies drupal 7

Buen dia.
Me han pasado un proyecto que segun ya estaba funcionando, a la hora de instalarlo en mi maquina me mandar algunos errores.

1 Esta super lento, en esta maquina tengo otras instalaciones y funcionan bien.
2 Cuando se logea solo genera 1 cookie y no 3 como lo hace la instalacion estandar.
3 cuando entro a my account me regresa a la pagina de logeo y no me deja en la pagina de usuario.
4 No despliega la barra de menu admin

Ya estube moviendeo las configuraciones de mi php pero no logro solucionarlo, alguien ha pasado por esto?

Agradesco su ayuda
Miguel Angel Chávez

Read more
göran's picture

Kan Rules läsa/skriva cookie?

Vid användande av ett frågeformulär, som oinloggade kan fylla i och skicka (går iväg som ett mail), vill jag kunna kontrollera och skicka en "kaka" i en viss del av ifyllnadsfasen, samt även kunna avläsa kakans kontrollvärde - som ett villkor på att mailet skickas (och noden sparas) - bl a.

Jag använder Rules och undrar därför om det finns någon "Kaka"-modul till rules?

I annat fall undrar jag om det finns en färdig modul som skriver/läser kakor och som kan integreras med Rules?

Jag använder DP 7.8

Read more
göran's picture

Vad finns det för beredskap för nya lagen om cookies med Drupal?

Vad finns det för beredskap för nya lagen om Coockies?
Submitted by Göran on Tue, 2011-09-06 13:24

Användning av cookies regleras i Lagen (2003:389) om elektronisk kommunikation.

Fr o m den 1 juli 2011 kommer en ny lag om att cookies BARA får användas bara om användaren får tillgång till information om för vilket ändamål cookies används och AKTIVT SAMTYCKER till den.

Lagändringen om cookies följer EU-direktivet 2009/136/EG.

Min fråga är - är detta ett stort eller jättestort bekymmer?

Finns det någon sammanställning över alla modulers olika cookies?

Read more
mcmanuso's picture

EU cookie law

Hi, I'm wondering what steps people are taking in relation to implementing the new EU directive about cookies?

European Communities (Electronic Communications Networks and Services) (Privacy and Electronic Communications) Regulations, 2011

Thanks : )

Read more
kevin p davison's picture

D6 Internationalization: "Domain name only," Boost, multiple servers, and subdomains

There is a separate "primary" site (in another system [NOT Drupal]), and the Drupal site has two servers with one database on one of those servers connected to both Drupal instances. Our problem is with the two Drupal servers and DNS (domain/subdomain) settings to manage them.

One instance has a minute-by-minute CRON job running to keep the other in-synch, with rsync. Only one of those servers is open to login and edit with a subdomain pointing to it directly on the network. The other server has a read-only user setup for the database connection, just as a precaution.

Read more
arkepp's picture

Cookies and domains...

Okay, I got stuck while upgrading to RC5. The phpBB developers appear to flip flop on this issue, or maybe they don't know it's happening, but I have seen this come and go during the RC-process. In short, I can't get setcookie() to set a cookie for the domain .domain.com , I can only get it to set to domain.com (missing dot in front, which makes it a host, not a domain). If I try to force a dot in front, either PHP or the browser rejects it.

phpBB uses (from includes/session.php)
header('Set-Cookie: ' . $name_data . '; expires=' . $expire . '; path=' . $config['cookie_path'] . $domain . ((!$config['cookie_secure']) ? '' : '; secure') . '; HttpOnly', false);

But that doesn't appear to do anything in Drupal, maybe because the phpbb module runs too late?

I am also suspicious about Drupal's .htaccess and the PHP stuff that happens in the configuration file, but at least the former should affect phpBB as well.

Any ideas?

Read more
Subscribe with RSS Syndicate content