cancel
Showing results for 
Search instead for 
Did you mean: 

Remain logged-in to MII always

Former Member
0 Kudos

Hi experts,

How can a user remain logged-in to MII always after first login till specifally logging off?

Do we have any session expired preperty that can be set to false?

Thanks in advance for your replies.

Best Regards,

Kedar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kedar,

Please checkout post by Michael in below thread

[;

also checkout below URL to logout

http://<server:port>/XMII/Illuminator?Service=Logout

http://<server:port>/logon/logonServlet?j_user=XXX&j_password=XXX&session=false

hope it helps!!

Regards,

Manoj Bilthare

Answers (2)

Answers (2)

Former Member
0 Kudos

Just have some ajax pinging the server in the background to reset the session clock.

sidnooradarsh
Contributor
0 Kudos

Hello Christian,

How are you?

That's a nice trick!! Usually I use a dummy invisible grid with auto-refresh set for certain interval of time to keep session alive.

Regards,

Adarsh

Former Member
0 Kudos

Hi Christian and Adarsh..

Thanks a lot for your valuable response.

@ Christian: Can you please give technical details of how do I reset the session clock using AJAX?

@ Adarsh: For auto-refreshing of grid, did you ever find any issues? Is this a full proof method?

Best Regards,

Kedar

agentry_src
Active Contributor
0 Kudos

Any time you come up with a fool proof method, a more capable fool will come along and mess it up.

Former Member
0 Kudos

I personally think that the software archictect has to ask him/herself why the there must be "all-time-logged" without session time out. Is it because user is to lazy to log in?. Security policies? What happen if the user no longer at PC but still logged-in?

-dynamic polling will only cause the usage of unnecesary resources of MII.

I do not have answer to your question but just want to throw my opinion.

sidnooradarsh
Contributor
0 Kudos

Hello Kedar,

By setting the "SessionTimeOut" value located under,

MII Portal --> System Management > System Administration>SessionTimeOut

to higher value you can increase the session expiration limit.

But I would recommend NOT doing an infinite session because say for instance that Users don't not use "Logout" option to close their session instead they directly close the browser in this case user will be kicked out of MII but an active session still remains in NW shared Memory space thus building up multiple infinite sessions just for one user and eventually your NW goes out of memory resulting in system breakdown.

Hope this helps!!

Regards,

Adarsh