Our ITS session is maintained in the URL which means when a user starts our service with http://host/path they end up on http://host/path(sessionid). If they bookmark this the bookmark will not work when the session ends.
According to this link (http://help.sap.com/saphelp_nwes70/helpdata/en/05/f9e8005d944049b15eac7008238c3f/frameset.htm) the session could also be managed via cookie which solves our problem. How can we change how session state is maintained in ITS (SAP_ABA 701 0011)? Previously in 701 0006 we did not have this problem.