getMaxInactiveInterval()
<% long timeNum = session.getMaxInactiveInterval(); out.println("這個session的有效時間是:"+timeNum); %>