From: SourceForge.net <no...@so...> - 2012-03-31 21:03:34
|
Bugs item #3513787, was opened at 2012-03-31 14:03 Message generated for change (Tracker Item Submitted) made by arion92fr 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: Open Resolution: None Priority: 5 Private: No Submitted By: Xavier Soler (arion92fr) Assigned to: Nobody/Anonymous (nobody) 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); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3513787&group_id=41586 |