Hello @ll,
i want to config the session management on my sap portal 7.3.
SAP Help - Configuring Session Management: http://help.sap.com/saphelp_nw73ehp1/helpdata/DE/3c/55e137c4af485c89f8c40e51ef589d/content.htm
"Although SAP NetWeaver Portal comes with an out-of-the-box mechanism that terminates a session when the user closes the browser or navigates out of the SAP iFrame, the mechanism does not handle logoff. Instead, your company portal must raise the terminating event when logging off from the SAP portal. To do so, the JavaScript code found in the Appendix of this document should be integrated as part of the Logoff button"
My scenario:
When user logs off from your company portal by choosing the Log Off button, a logoff action should be triggered
and must also raise the terminating event (Kill my Session) when logging off from the SAP portal.
That means, it should also killing my session.
Actual the Log Off does not handle the mechanism to kill the session.
Therefore "SAP Help" provides an Java Script Solution.
http://help.sap.com/saphelp_nw73ehp1/helpdata/DE/3c/55e137c4af485c89f8c40e51ef589d/content.htm
The JavaScript Solution Appendix: http://help.sap.com/saphelp_nw73ehp1/helpdata/DE/19/667bae77684887bea80129800fd701/content.htm
My Question:
On which position, place or file, I have to set this JavaScript?
Where is the log off button coding on SAP Portal 7.3?
I using com.sap.portal.navigation.afp.masthead (AFP Masthead) but there will only display the log off button.
Could somebody help me.
Thanks in advance.
best regars
Armin