Hello,
we have an MII application that continuously diplays data from a database on a web page using an iGrid.
The iGrid automatically refreshes every 3 second.
The URL of the page is
http://servername:9999/logon/logonServlet?j_user=user&j_password=password&redirectURL=/applicatication_url
is it correct using this URL to prevent session expiration? The page with its igrid refresh should be displayed 24x7 without the need to reconnect again.
Thank you