Hi gang, Has the log in bug reported by Jasonwhat been looked at in updates of 4.7? Some Users Can't Login in IE http://drupal.org/node/83822 This may have been the weirdest bug to date: Basically some versions of IE6 won't allow you to login to a Drupal site. It seems by the comments that IE7 may have an issue as well. How did I solve this? Well, as hinted in comment http://drupal.org/ node/83822#comment-168204 if you login through SITENAME.COM instead of WWW.SITENAME.COM, then you don't have a problem. So, in thinking about this, I went to settings.php. I had set the base_url as www.culturekitchen.com. I changed it to culturekitchen.com and, voila! The problem was solved. I'd like comments on this --have I done this correctly or is this solution coming back to bite me in the arse ;) Thanks for the heads up, Liza Sabater, Publisher www.culturekitchen.com www.dailygotham.com TEL - 646.552.7365 AIM - cultkitdiva SKYPE - lizasabater
On Sunday 19 November 2006 13:00, blogdiva@culturekitchen.com wrote:
Hi gang,
Has the log in bug reported by Jasonwhat been looked at in updates of 4.7?
[ s n i p ]
So, in thinking about this, I went to settings.php. I had set the base_url as www.culturekitchen.com. I changed it to culturekitchen.com and, voila! The problem was solved.
I'd like comments on this --have I done this correctly or is this solution coming back to bite me in the arse ;)
The base_url variable hasn't needed to be set in settings.php since the beginning of 4.7. If you comment out that line, does the problem go away? -- Jason Flatt http://www.oadaeh.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.sourcemage.org/ Drupal Fanatic: http://drupal.org/
People expecting that a cookie issued for one domain shall be valid for another need some serious reading into cookies and Internet security et al.
Op maandag 20 november 2006 02:44, schreef Karoly Negyesi:
People expecting that a cookie issued for one domain shall be valid for another need some serious reading into cookies and Internet security et al.
With wich Karoly probably wants to say: It is not possible to issue a cookie for example.com from within a page on anotherexample.com. However, drupal.org CAN set cookies for groups.drupal.org and vice versa. www.drupal.org and drupal.org cookies can be shared perfectly fine. This is an apache feature. Bèr -- Drupal, Ruby on Rails and Joomla! development: webschuur.com | Drupal hosting: sympal.nl
On 20 Nov 2006, at 12:35 PM, Bèr Kessels wrote:
However, drupal.org CAN set cookies for groups.drupal.org and vice versa. www.drupal.org and drupal.org cookies can be shared perfectly fine. This is an apache feature.
not out of the box though. you need to change the cookie address. also. there is an old single signon module, which does allow sign on's across multiple domains.
participants (5)
-
adrian rossouw -
blogdiva@culturekitchen.com -
Bèr Kessels -
Jason Flatt -
Karoly Negyesi