Pop-up logs out user (or doesnt remember logged in status) when opening up a create content window
flying_q - October 28, 2009 - 21:43
| Project: | Greybox |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
I am having the EXACT same problem...have you had any luck at all finding a solution?
#2
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">....