Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm in the process of upgrading a site built on Drupal 6 with some new functions built on a separated server running Drupal 7. The existing users on the Drupal 6 site should be able to use the functions on the new Drupal 7 server. I followed the instructions at https://drupal.org/node/291373, and configured the setting.php to share following tables: users, sessions, role, and authmap, which are copied from the Drupal 6 site and in a shared database.
Hi to all,
i'm trying to set a particular cookie after a user login but i'm having trouble because i'm also using varnish.
So i've tryed setting the cookie in the hook_init or in the hook_user_login but nothing.
That's because all the pages are cached by varnish so when the user is redirected after the login to a page this page is cached.
If i go in a page non cached the hook_init of my module set the cookie rightly.
I have updated my drupal 7.16 to 7.24. I have used the multi-image field in the custom form using function field_attach_form. Now, My problem is the image thumbnail which is generated on uploading the image is not coming. But if I used that field instead of custom form in admin node/%/edit/ page then it is coming. It is also not coming on amazon server but on my local system it is working fine. Please help on this.