[Bug #68] [Base] login is not working uname=NULL
anthill-daemon <anthill-daemon-+mQDA36h6dWw5LPnMra/[email protected]> Sun, 23 Nov 2003 11:42:06 -0700
| Newsgroups | gmane.comp.bug-tracking.anthill.devel |
|---|---|
| Message-ID | <[email protected]> |
http://anthill.vmlinuz.ca/anthill/query.php?bug=68 --- 68 2003-11-23 11:42:06.000000000 -0700 +++ 68.tmp.4ef0QN 2003-11-23 11:42:06.000000000 -0700 @@ -1,9 +1,7 @@ Bug# : 68 Product : Anthill Version : 0.2.2 -Status : RESOLVED -Resolution : INVALID -Fixed Ver : +Status : REOPENED Priority : Normal Component : Base URL : @@ -121,3 +119,23 @@ +Comment posted: 2003-11-23 11:42 AM by [email protected] + +Just out of curiousity, can you set $_CONF['cookie_domain'] to the same value +as webroot? Ie: + +$_CONF['cookie_domain'] = $_CONF['webroot']; + +and see if this works? If it does, try setting: + +$_CONF['webroot'] = $_SERVER['SERVER_NAME']; + +and see if that likewise works. + +The advantage to having webroot set to the server name is you likely won't be +bit by this problem. The disadvantage is if you go to the same site (be it +bugs.mydomain.com or www.mydomain.com), if you go to bugs.* and then go +to www.* you won't look like you're logged in due to the cookies. + +Setting cookie_domain to the same value as webroot may be a better idea tho. + ---- You are receiving this notice because you are the assignee, reporter, or a watcher for this bug report. _______________________________________________ Anthill-workers mailing list Anthill-workers-+mQDA36h6dWw5LPnMra/[email protected] http://vmlinuz.ca/mailman/listinfo/anthill-workers