Hey experts,
the url-rewriting works just fine, but there is a problem with the session handling.
The session_id changes on every webpage, so every time I open a new page e.g. /home.htm -> /blog.htm, the runtime object creates a new session_id.
So the controller creates a new model for every page, because of the different SIDs.
We had no problems without the url-rewriting.
Any suggestions how to fix this?
Regards
Andi