View Single Post
Old July 21st, 2005, 03:40 PM   #7 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,752
You dont use the integration config with mambo

We set two cookies the same as MAMBO

setcookie( "usercookie[username]", "{$User['username']}", time()+2592000,"{$Globals['cookie_path']}", $Globals['domain_path'] );

$dbpassword = md5($password);
setcookie( "usercookie[password]", $dbpassword, time()+2592000,"{$Globals['cookie_path']}", $Globals['domain_path'] );

I can only suggest you check your cookie settings as they are not the same. Cookie settings must be the same for an integrated login
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote