<div dir="ltr"><div>Dear community,</div><div><br></div><div>I recently installed Mapbender 3.2.1. The map application is loaded into a HTML frameset with some other PHP files. Now, when I load the frameset, my small PHP frameset parts are delivered first by the server so that PHP's session_start() is called by my script for the first time. Mapbender takes little longer to load, and it seems that it is renewing the PHP session ID on load so that both PHP script parts (my own ones and the Mapbender ones) are loaded under different session IDs (which I do not want).</div><div><br></div><div>A short example to illustrate what I mean: Let's say that the screen is divided into a left and a right frame. The left frame is filled with my PHP and the right frame is filled with Mapbender.</div><div><br></div><div>First load: my PHP assigns session id 1, Mapbender assigns session id 2 (and seems to drop session id 1)</div><div>Refresh: my PHP assigns session id 2, 
Mapbender assigns session id 3 (and seems to drop session id 2) <br></div><div>and so on.</div><div><br></div><div>Is there any way to prevent Mapbender (or Symfony) from replacing the existing session id?<br></div><div><br></div><div>Best regards from Vienna,</div><div>Clemens<br></div></div>