From: SourceForge.net <no...@so...> - 2012-04-15 03:03:46
|
Bugs item #3513787, was opened at 2012-03-31 14:03 Message generated for change (Comment added) made by beckmi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3513787&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Xavier Soler (arion92fr) Assigned to: MusS (forxoops) Summary: wrong cookie_domain Initial Comment: When you don't use Localhost but your "computer name" as domain you can't use session cookies common.php line 98:must be :=>define('XOOPS_COOKIE_DOMAIN', (strpos($domain = xoops_getBaseDomain(XOOPS_URL),'.')) === FALSE ? '' : '.' . $domain); ---------------------------------------------------------------------- Comment By: Michael Beck (beckmi) Date: 2012-04-14 20:03 Message: Fixed in SVN and waiting for review ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3513787&group_id=41586 |