Language/ASP | Posted by 아키텍처 2012. 4. 24. 14:43

ASP 객체 - Session

 
 

▣ Session

 

Session : 웹사이트 개별사용자의 정보를 공유

 

Method

AbandonSession의 모든 객체 삭제후 리소스 해제

Attribute

CodePage사용코드페이지 선택
LCID사용위치ID지정
SessionIDSessionID 설정 및 반환
TimeoutSession 시간설정(분단위)

Event

Session_OnStart서버가 시작될때 실행
Session_OnEnd서버가 종료될때 실행

'Language > ASP' 카테고리의 다른 글

Global.asa  (0) 2012.04.24
ASP 객체 - Server  (0) 2012.04.24
ASP 객체 - Application  (0) 2012.04.24
ASP 객체 - Response  (0) 2012.04.24
ASP 객체 - Request  (0) 2012.04.24
Posted by 김준홍 (http://www.Juuun.com)