Maybe i understand it wrong - but for example in C i want to know if A or B was the caller.
The background is the following:
Page A is a list of all articles
Page B is a page where you define specifications for a article
Page C is a edit-page for a specific article
Normally you jump from B into C, but it is also possible to come from A to C. In C i want to know if my caller was A or B, because if A i want to update the CLV, if B i only need to update a info-box.