cancel
Showing results for 
Search instead for 
Did you mean: 

MII Logout and Redirect

Former Member
0 Kudos

All,

I built mobile screen in MII and use "http://server/XMII/CM/html/hh.irpt" to access this page directly.So in mobile

device we configured the above URL.

There is menu option in the screen to logout and I use "/XMII/Logout.jsp" service to logout.After logout successfully

the system is back to standard login page http://server/XMII/Illuminator/XMII/Menu.jsp.So everytime user has to close the

browser and use the above URL again to login.

But how can we redirect to "http://server/XMII/CM/html/hh.irpt" automatically after system logout.

Thanks

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try something like this:

<a href="https://answers.sap.com/XMII/Illuminator?service=Logout&target=<YourDesiredURL>" target="_self">Logout</a>

former_member799979
Discoverer
0 Kudos

I tried this but not working..What will be the exact URL on target?

Answers (0)