The problem I face at this moment is the following. I have 2 links, link A goes to the frontpage/home page of a store and link B which goes to a specific page within the store e.g. a product category. In order for link B to pull the page properly(blank page), it requires link A to have been visited. My guess is that link A sets cookies/session of said person that then allows travel throughout the store.
The solution I have in mind is when user presses link B, call link A as if they had pressed it originally without physically redirecting to it to then redirect to link B.
I have read a few other questions regarding this yet they haven't really answered my predicament. The closest to it was: redirect without to leave the current page
I am developing a website in html/php. I have not used the terms/functions mentioned in the above question. I did read in another question, can't find it, about cURL however I am running php version 5.4.3(a poster mentioned cURL was included from php 5.4.3). Does that mean cURL is already installed or do I have to install it anyway?
EDIT: The reason I ask the above is because the store is run and managed not by me. The scenario being I am an independent distributor with the store being held and run by the distributor.