PHP session transfer between tabs

Hello,

I’m having a hard time finding the right hrefmode so that I can share the same PHP session between the page containing the tabbar init and the content pages.

Here is the tabbar initiation.

This is the XML being called.

<?xml version="1.0" encoding="utf-8"?> Booking.com Hrs Hotel.de

This is probably not an Dhtmlx issue but I was wondering if you have already come accross the same issue.

Any help would be appreciated.

Actually it must not be the issue at all.
All tabs will share the same session. But if you change something in session in one tab , it may be not affecting other tabs , because they are already loaded.

Hello,

Thank you for the quick reply.

This calls for another question

  • Is there a solution to reload a specific tab?

Best regards,

Hello,

you may try the forceLoad method:

tabbar.forceLoad(tabId);