If a logged in customer is on the home page and clicks the navigation button 'Products' they are taken to:
(i left the 'h' off on purpose)
ttp://supplyspecialties.biz/cgi/bb000000.pl?PRODUCTPAGE=shop%2ehtml
&ACTINIC_REFERRER=http%3a%2f%2fsupplyspecialties%2ebiz%2fcgi%
2fbb000000%2epl%26PRODUCTPAGE%3d%2e%2e%2findex%2ehtm
The customer is still logged in.
I've coded a link in a home page fragment to take them to the same page. If the link is clicked they are taken to the same page, but with this address:
http://supplyspecialties.biz/acatalog/shop.html
The problem is that the customer is no longer logged in if they click my link.
I've coded links to other parts of the catalog from the home page and they're not a problem. Customers stay logged in. I'm pretty sure it's got something to do with the CGI folder, but I don't understand why going to acatalog/shop.html would be any different than going anywhere else.
I had this problem before with a clickable image on the home page linking to acatalog/shop.html. I removed the link from the image some time ago because of it, but forgot about it completely. I only rediscovered the issue today.
Is there a way for a link in a fragment to be coded so that this will stop happening? I really don't want to have to remove it.
C
(i left the 'h' off on purpose)
ttp://supplyspecialties.biz/cgi/bb000000.pl?PRODUCTPAGE=shop%2ehtml
&ACTINIC_REFERRER=http%3a%2f%2fsupplyspecialties%2ebiz%2fcgi%
2fbb000000%2epl%26PRODUCTPAGE%3d%2e%2e%2findex%2ehtm
The customer is still logged in.
I've coded a link in a home page fragment to take them to the same page. If the link is clicked they are taken to the same page, but with this address:
http://supplyspecialties.biz/acatalog/shop.html
The problem is that the customer is no longer logged in if they click my link.
I've coded links to other parts of the catalog from the home page and they're not a problem. Customers stay logged in. I'm pretty sure it's got something to do with the CGI folder, but I don't understand why going to acatalog/shop.html would be any different than going anywhere else.
I had this problem before with a clickable image on the home page linking to acatalog/shop.html. I removed the link from the image some time ago because of it, but forgot about it completely. I only rediscovered the issue today.
Is there a way for a link in a fragment to be coded so that this will stop happening? I really don't want to have to remove it.
C
Comment