cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

logout and close window

Former Member
0 Likes
174

Hi

What is the best way to have the user log out, closing the window at the same time?

Thanks

Nick

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Likes

Hi Nick,

Are you talking about the xMII Portal or some application window? What version are you running?

Thanks,

Mike

Former Member
0 Likes

Hi

I'm mass mailing a URL to a group of users to open a testpage

http://server/XMII/CM/Test/testPage.htm?IllumLoginName=testuser&IllumPassword=password

and that works fine.

What I want to do is add a button on testPage.htm which not only logs the user out, but shuts the window as well.

Obviously I could use

http://server/XMII/Illuminator?service=logout

to log the user out, or

window.close

to close the window, but could I combine the two?

XMII version is 12.0.2 b88

Thanks

Nick

agentry_src
Active Contributor
0 Likes

Nick,

I think that window.close would work, but you can do some testing and check the System Management | Active Sessions to see if it logs the user out at the same time. Otherwise, you may have to do it with the two steps you mentioned.

Regards,

Mike