cancel
Showing results for 
Search instead for 
Did you mean: 

Log off from MII session

Former Member
0 Kudos

Hi,

I am trying to provide a Log off sort of button in my MII application irpt page.

On click of it, the current MII session should be killed/logoff and user should be redirect to the home page.

Here, he should be first getting the MII login page as he is no longer in an active MII session.

Can anyone tell me how can we abort the current session.

Thank You

Regards,

Neha Maheshwari

Accepted Solutions (0)

Answers (1)

Answers (1)

erik_schrampf
Active Participant
0 Kudos

The easiest way to do this would be to call the Log Off service when the button is click the service URL is http://<Server>:<Port>/XMII/Illuminator?service=logout . This will log your user off and redirect you to the NW Login Page. When the user enters their credentials it will take them to the MII Portal page.

former_member799979
Discoverer
0 Kudos

I dont want to redirect to MII Portal page after relogin..How can I redirect to another page?