Is there something wrong with this retrieve query

2
Can anyone see if there is something wrong or odd with this retrieve query from our webclient? {"action":"retrievebyxpath","params":{"xpath":"//OrganisationPerson.Organisation[UBO.UBOEntity='282153581546563'][Marketing.CampaignTargetListEntity='282153581546563'][Interactions.SuggestionEntity='282153581546563'][Marketing.Targetlist_Entity='282153581546563']","schema":{"id":"294849","offset":0,"sort":[["DisplayName","asc"]]},"count":true},"context":[]} My application is working fine but 'sometimes' after a commit, all the datagrids show up empty. If I log in and out it works fine again....
asked
3 answers
2

Both the local as the deployed instance use the same cookie which can cause interference between the two.

answered
2

Are your running two mendix applications at the same time? This behavior is typically when your session is somehow destroyed.

Does the log contain messages such as: Removing expired session for user 'xxxx'?

answered
0

Not really, I am however, running a local instance as well as a deployed instance of the same application in one browserinstance......

answered