I've finally resolved my navigation problems for logged in customers using www.youraromatherapy.co.uk (use 'DavidGeran' and 'Rhiannon' to log in) - basically every link needs to go through the CGI function to maintain state. Got that sussed.
Encountered a couple of issues though.
a) Anchor tags, i.e. <a href="#top">back to top</a> causes the site to lose the logged in details and defaults back to the acatalog/index.html page.
b) The brochure pages lose their style and images - the images I've had to use a <base> tag to fix, and a copy of the Stylesheet in the CGI bin folder has resolved the styles for all brochure pages but not the Home page (because this is one a different folder level).
c) Clicking on a search result link automatically logs the user in to the first account available.
Any help on these final issues appreciated.
Encountered a couple of issues though.
a) Anchor tags, i.e. <a href="#top">back to top</a> causes the site to lose the logged in details and defaults back to the acatalog/index.html page.
b) The brochure pages lose their style and images - the images I've had to use a <base> tag to fix, and a copy of the Stylesheet in the CGI bin folder has resolved the styles for all brochure pages but not the Home page (because this is one a different folder level).
c) Clicking on a search result link automatically logs the user in to the first account available.
Any help on these final issues appreciated.
Comment