Active
Project:
Greybox
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 21:43 UTC
Updated:
2 Dec 2009 at 13:41 UTC
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">....