[eluser]mmmx[/eluser]
$ajax->overLay() and session data
And here just a question:
if I have
Code:
$overlay = $ajax->overLay(base_url().'index.php/mycontroller/myfunction');
$ajax->Exec("link", $overlay);
when i clik the link 'link' it overlays the output of mycontroller/myfunction
BUT mycontroller/myfunction can't retrive userdata session variables previously defined (so for example I can't check user permission)
How can I do that? HOW does actually append method work?
thanks again for your attention
Maybe you canmove this to the 5.2 5.3 version post?
I can work around other issues easy, but for this one I have to do to much invasive tricks i think