<script>
function expireSession()
{
window.location = "index.jsp";
}
setTimeout('expireSession()', <%= request.getSession().getMaxInactiveInterval() * 1000 %>);
</script>
'Development > JSP & Servlet' 카테고리의 다른 글
| jsp - session 생성 및 삭제 시점 체크하여 처리하기 (0) | 2012.08.22 |
|---|---|
| jsp - 세션(Session) 수 count (0) | 2012.08.22 |
| jsp - 클라이언트 IP 확인 및 로컬 IP 얻기 (0) | 2012.08.21 |
| JSP - 세션 관리 (0) | 2012.07.07 |
| JSP - session default timeout 설정 (0) | 2012.05.30 |




