Skip to Content
0
Former Member
Apr 15, 2010 at 02:30 PM

Prevent session expiration

52 Views

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