| Issue 310: | $_SESSION are deleted when using eventClick to open a new window | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I'm using $_SESSION to retrieve information from database to display my
events and using event click to open a window to display details.
My problem is: every time an event is clicked and the page is refreshed,
the $_SESSION are deleted.
Anyone know the solution for this? I'm getting crazy with this. Thanks
I'm using this:
eventClick: function(event) {
if (event.url) {
window.open(event.url, 'mypage', 'width=700,height=600');
return false;
}
Jan 29, 2010
#1
bibendus...@gmail.com
Jan 29, 2010
Hey guys, the problem was solved this morning and it's not related with the callendar. I inserted an iframe and the $_SESSION are deleted when the page is refreshed. Now I need to think how to fix this, maybe puting the code direct in may page or something different. Thanks for everybody!
Feb 5, 2010
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |