My situation is:
- parent window: http://myoxwallpoweredsite.com
- child window: http://myoxwallpoweredsite.com/customphpcode (not related to oxwall)
On the parent window the child window can simply be opened via url, target=_blank.
I would like to use $_SESSION['userId'] from oxwall in my custom php code in the child window, but when I print the session on the screen an empty value is returned, while on the parent window the session is successfully returned.
I know that it is possible once a session has been set in the parent window it should be available in the child window once served on the same domain, but somehow it is not possible from an oxwall powered website..
I tested this also without an oxwall powered website and this works..
Any ideas?
(The user in this topic had the same issue but the answer given was not related to the actual problem..)