I'm using a Greybox popup to show a create content window. Some users always receive "access denied", and some do not. The only thing I can even guess at this point is that the greybox does not remember their logged in status. Anyone have any insight into this problem?
Comments
Comment #1
flyingL123 commentedI am having the EXACT same problem...have you had any luck at all finding a solution?
Comment #2
flying_q commentedleffmichael...
Problem solved, I was using absolute links instead of relative links and the browser did not know my logged in status when opening a new browser...
for example, i was using
<a href="www.sitetodirectto.com/mypage/1234">instead of<a href="mypage/1234">....