cancel
Showing results for 
Search instead for 
Did you mean: 

Portal logoff should Close or Exit from the window

Former Member
0 Kudos

Hi Friends,

Please help me here, When user click on logoff or Exit from the portal the Window should be closed. (I disabled the popup message box , now I am trying to figured it out how to close the window)

Please help me.

Peter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Peter,

If you try to write JavaScript in par file to close window, i think portal will not properly logoff from portal.

Better to create a seperate html page which contain script to close the window on load. Also include script to remove cookies created by portal (not mandatory). Save the html page in server..

You can redirect portal after logoff to this page by setting ume logoff url in visual administrator.

We implemented this in portal and working fine in IE. For Firefox it will prompt a message, since it will not allow close window from script due to security reasons.

If you need html code and script let me know i will send it.

Regards

Baby

Former Member
0 Kudos

Yes it works great!!

Points rewarded!!.

Thanks

Former Member
0 Kudos

Mentioned below

Edited by: peter Mark on Feb 18, 2008 8:35 PM

former_member727238
Discoverer
0 Kudos

Hi Baby:

I am struck in the html code and script .could  youplease  send the html code and script to my email id t_s_sayee@yahoo.com.

Regards

Baby

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Peter,

Could you explain how to disable the logoff message box ?

thanks !

Rob

Former Member
0 Kudos

Hello Rob,

This can be accomplished by directly editing the UME Configuration file.

Look for the parameter ume.logoff.confirmbox and set it to false. This should disable the box.

Cheers,

Hermann

Former Member
0 Kudos

Baby,

Many thanks for your answer, but I have a samll issue here, please need your help.

When I click on exit , another session is opens up, when right click on it , from the properties , if i maximise that is a log-off page is opening but this should not happen, jsut the window should be closed when the user click on Exit.

Regards

Peter

Former Member
0 Kudos

Hi Peter,

Please check your ume.logoff.redirect.silent ; parameter in Visual Administrator.

Go through the link...

http://help.sap.com/saphelp_nw04s/helpdata/en/44/aada5230be5e77e10000000a155369/content.htm

Is problem remains unresolved please mention your email. I will send html code of logoff page...

Regards

Baby

chintan_virani
Active Contributor
0 Kudos

Peter,

Modify the standard par and adding window.close() javascript event should resolve your issue.

Chintan