Just a explain a bit more... the problem with the login links not going seem to be because the code evaluates if (($_SESSION['customer_id']) && (!$_SESSION['COWOA']=='True')) as false and instead of showing the loutout and my acount links it just always shows the login link. If I put something in the basket the shopping cart and checkout link appear so I'm definately logging in OK.
Like I say inthe previous post, the problem goes away if I comment out
// BEGIN CEON URI MAPPING 1 of 1
// Static URIs are relative to the site's root, so cookie should be set for the root
//$path = '/';
// END CEON URI MAPPING 1 of 1
Bookmarks