세션 로그인 / 로그아웃 후 Redirect 하기 > 기술자료 | 해피정닷컴

세션 로그인 / 로그아웃 후 Redirect 하기 > 기술자료

본문 바로가기

사이트 내 전체검색

세션 로그인 / 로그아웃 후 Redirect 하기 > 기술자료

ClassicASP 세션 로그인 / 로그아웃 후 Redirect 하기

페이지 정보


본문

###### 로그인 login.asp

방법1>
<%
if session("user_id") = "아이디" then
        response.Redirect "/admin/main.asp"
        response.end
end if
%>
<!--#include virtual="/inc/_happyjung_.asp" -->
<title>로그인</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script type="text/javascript">
  function fncsubmit(form){
    if (form.pwd.value == ""){
      alert("관리자암호를 입력해 주세요")
      form.pwd.focus()
      return;
    }
 if (form.id.value == ""){
      alert("관리자아이디를 입력해주세요")
      form.id.focus()
      return;
    }
    form.submit()
  }
    </script>
</head>

<body>
<br><br>
<div align="center">
  <form name="frm_admin" method="post" action="login_ok.asp" style="margin:0; padding:0">
    <table width="224" border="2" cellpadding="0" cellspacing="0" bordercolor="#E4E4E4">
      <tr>
        <td height="126" valign="top"><table width="219" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td height="43" valign="top"><img src="/image/titles.gif" alt="로그인" /></td>
            </tr>
            <tr>
              <td height="116" align="center"><table width="318" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td width="109">관리자아이디</td>
                  <td height="23"><input name="id" type="text"  size="25" maxlength="12" /></td>
                </tr>
                <tr>
                  <td height="5" colspan="2"></td>
                  </tr>
                <tr>
                  <td class="style7">관리자비밀번호</td>
                  <td><input name="pwd" type="password" size="25" maxlength="12" /></td>
                </tr>
                <tr align="center">
                  <td height="35" colspan="2"><input name="button" type="button" onclick="javascript:fncsubmit(frm_admin)" value="입력완료" />
&nbsp;
<input name="reset" type="reset" onclick="javascript:history.back (-1)" value="취소하기" /></td>
                </tr>
              </table></td>
            </tr>
        </table></td>
      </tr>
    </table>
  </form>
</div>
</body>
</html>


###### 로그인 login_ok.asp
<%
id = request("id")
pwd = request("pwd")

admin_id = "아이디"
admin_pwd = "비밀번호"

If id <> admin_id then
  response.write "<script type='text/javascript'>alert('아이디가 틀립니다.');history.go(-1);</script>" else
  If pwd <> admin_pwd then
    response.write "<script type='text/javascript'>alert('패스워드가 틀립니다.');history.go(-1);</script>"
  else
    session("user_id") = "아이디"
    response.Redirect "admin/main.asp"
    response.end
  end if
end if
%>


###### 로그아웃 logout.asp
<script type="text/javascript">
<!--
var login_off
login_off=confirm("로그아웃 하시겠습니까? ");

if (login_off!==true) {
   history.back();
}
else {
  <%
    session.Abandon
    Response.Redirect "/main/index.asp"
  %>
}
//-->
</script>


###### 세션 체크 login_session.asp
<%
'response.write "session[" & session("admin") & "]<br>"
if IsEmpty(session("member")) then
'if session("user_id") = "" then
 response.Redirect "../"
 response.end
end if 
%>

댓글목록

등록된 댓글이 없습니다.


Total 198건 10 페이지
  • RSS
기술자료 목록
18
ClassicASP   40439  2007-08-17 22:13 ~ 2013-10-13 00:00  
17
ClassicASP   12834  2007-08-13 21:12 ~ 2014-01-13 00:00  
16
ClassicASP   11524  2007-07-20 19:41 ~ 2016-09-11 00:00  
15
ClassicASP   13503  2007-07-20 19:04 ~ 2016-08-30 00:00  
14
ClassicASP   19609  2007-07-20 18:45 ~ 2018-06-19 23:34  
13
ClassicASP   13044  2007-03-28 21:49 ~ 2013-12-28 00:00  
12
ClassicASP   36305  2007-03-21 23:15 ~ 2012-05-11 00:00  
11
ClassicASP   14368  2007-01-19 01:09 ~ 2014-09-09 00:00  
10
ClassicASP   18328  2007-01-19 00:00 ~ 2012-05-17 00:00  
9
ClassicASP   14055  2006-10-26 00:42 ~ 2016-08-30 00:00  
8
ClassicASP   15627  2006-08-08 03:59 ~ 2020-01-16 18:42  
열람
ClassicASP   26607  2006-06-26 10:13  
6
ClassicASP   38216  2006-06-19 21:33  
5
ClassicASP   13152  2006-06-19 19:12 ~ 2016-03-25 00:00  
4
ClassicASP   15265  2006-06-15 17:37 ~ 2021-10-15 01:09  
3
ClassicASP   26832  2006-06-14 12:33 ~ 2009-01-04 00:00  
2
ClassicASP   36847  2006-06-08 19:41  
1
ClassicASP   14770  2006-05-18 16:22 ~ 2013-05-03 00:00  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.