[consulting] Looking for consultant

Khalid Baheyeldin kb at 2bits.com
Sat Mar 31 14:50:03 UTC 2007


On 3/31/07, Rob Pierson <piersonr at gmail.com> wrote:
>
> Hi,
>
> I help with the website for young professionals working in foreign policy
> (www.ypfp.org). It's a non-partisan site for young and mostly dc-based
> think tank folks, congressional staff, etc to discuss foreign policy.
>
> We've been running the site for about a year, and recently our web host (
> opensourcehost.com) installed a module (suhosin) for php that they say has
> corrupted the cookies of our users. I've tried moving the site to another
> hosting company, reinstalled the database/cms, and unsuccessfully searched
> for a solution. They say the only solution is to tell all of our users to
> empty their cookies, which is not exactly what I would call a "solution".


Rob

There is a work around for this issue:

If you have access to your php.ini, you can change the cookie name from the
default  PHPSESSID to something else.

   Before: session.name = PHPSESSID

  After: session.name = DRUPALSESSID

This will cause all your users to be issued new cookies, that should be
working,
and the old cookie will be ignored.

If you do not have access to php.ini, you can do this in .htaccess
  php_value session.name 'DRUPALSESSID'

Or in settings.php:
  ini_set('session.name',  'DRUPALSESSID');

This depends on whether your host allows the setting of this variable or
not, but
it is sure worth a try.

We've decided to look for someone to assist in resolving this issue. We're
> also going to be looking for someone to help with theming and module
> development for the site (once we've been able to acquire some grants).
>
> The organization doesn't have so much in the way of funding right now, but
> we're looking for someone that is interested in working with us as our 600
> member organization continues its rapid growth.
>
> Thanks for reading!
> Rob
>



-- 
2bits.com
http://2bits.com
Drupal development, customization and consulting.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/consulting/attachments/20070331/f85872fc/attachment.htm 


More information about the consulting mailing list