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

flyingL123’s picture

I am having the EXACT same problem...have you had any luck at all finding a solution?

flying_q’s picture

leffmichael...

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"> ....