Lost data in session with remote content

Hi guys,


I'm using remote content for several form submit pages. All information saved into session on remote server.



Some times when I check the page and all information are lost from session.



Did anyone know how can I fix this, please?



Thanx

The remote content asset is proxying the request to your remote URL for you - this means it's no longer the client browser, but the Matrix server acting on the users behalf. Session data won't be translated across to the remote server, at least not without passing the session somehow (there are probably ways of doing this, but from the advice I have you would never want to as it imposes a lot of risks).


You could potentially iframe the form in instead of using the remote content asset. This would allow a user to start a session on the remote server, but has obvious limitations relating to the use of frames.