In our web application we are using session which will expire after 30 mns of user inactive time. I want to display an alert message to the user after 25 mn that your session is about to expire within 5 mn. Now it's working fine. But when I'm opening popup windows eventhough the session not expired it's showing "Session about to expire with in 5 mn" to the parent windows. How will i handle this situation. I want to give this alert only if the session is about to out after 5mn.Please help me out. Acutally I'm including this alert message in my header.jsp page