Hello,
In my web app I am needed an event calender separate for each registered user of the site. I used Luxicul calender.
Every thing is working fine except the auto sign in into calendar when user sign in into site.
I have installed the calender in site folder. and then as per there documentation.
<?php $session->lcUser = $caluser; ?> //$caluser is the email of user
<iframe id="lcmini" src="<?php echo $config->urls->site ;?>/luxcal/lcmini.php"></iframe>
I have write this code users.php template(Into template folder ).In above code I have put user->email in to session variable. thats all I got in there documentation.After debugging I found that my session variable is not passing into the page of Iframe. so it is not sign in automatically .
Any help is much appreciated.
Thanks In advance
Syed Furquan