My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Done
Owner:  ----
Closed:  Feb 2010


Sign in to add a comment
 
Reported by rpanc...@gmail.com, Jan 28, 2010
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
You should copy/paste your php code, not the javascript ;)
Jan 29, 2010
#2 rpanc...@gmail.com
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
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done
Sign in to add a comment

Powered by Google Project Hosting