1 delweldj May 18, 2009 18:36
3 yabba May 18, 2009 19:44
/username && /b2evo ;)
you need to change the cookie path to root ;)
same file :
/**
* This is the path that will be associated to cookies.
*
* That means cookies set by this b2evo install won't be seen outside of this path on the domain below.
*
* @global string Default: preg_replace( '#https?://[^/]+#', '', $baseurl )
*/
$cookie_path = '/';
¥
4 delweldj May 19, 2009 17:49
Thanks for the prompt replies. I changed the cookie domain and the cookie path (used both recommendations) and now users are able to remain logged in and still view their blogs. Thanks to you both - very much.
5 sam2kb May 19, 2009 17:53
@¥åßßå I bet that was the "cookie_domain" :b
6 yabba May 19, 2009 18:39
I'll bet you're wrong, the (sub).domain.tld doesn't change in their urls, only the path ;)
¥
7 sam2kb May 19, 2009 19:03
What about this?
I found several _similar_ issues, and have tried the solutions I found, but none of them have solved this problem (including changing the [u]cookiepath [/u]in the advanced.php file).
Anyway, it's good this is sorted out.
@delweldj Happy blogging ;)
8 yabba May 19, 2009 19:17
I guess it all depends what they changed it to ;)
¥
Welcome to the forums!
In file conf/_advanced.php around the line 300 add
and comment out or delete $cookie_domain auto-detect code.