일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- SPLIT
- asp함수
- 한글입력체크
- VARIABLE
- 이미지세로길이
- tempDB
- FileSystemObject
- JavaScript
- xmldom
- sql업데이트
- ERD
- 자바기초
- jdbc driver
- javascript 한글입력체크
- instr
- MSSQL보안
- inner join
- 인젝션
- wap
- VarType
- WML
- XML
- 이미지가로길이
- update
- sql랭킹
- join
- sql순위
- injection
- array
- 정규식
- Today
- Total
3초기억력
쿠키 허용 한도 본문
제목 : cookies 쿠키 허용 한도
Practical user agent implementations have limits on the number and
size of cookies that they can store. In general, user agents' cookie
support should have no fixed limits. They should strive to store as
many frequently-used cookies as possible. Furthermore, general-use
user agents should provide each of the following minimum capabilities
individually, although not necessarily simultaneously:
* at least 300 cookies
* at least 4096 bytes per cookie (as measured by the size of the
characters that comprise the cookie non-terminal in the syntax
description of the Set-Cookie header)
* at least 20 cookies per unique host or domain name
User agents created for specific purposes or for limited-capacity
devices should provide at least 20 cookies of 4096 bytes, to ensure
that the user can interact with a session-based origin server.
The information in a Set-Cookie response header must be retained in
its entirety. If for some reason there is inadequate space to store
the cookie, it must be discarded, not truncated.
Applications should use as few and as small cookies as possible, and
they should cope gracefully with the loss of a cookie.
내용 :
최대 300개, 4096바이트, 도메인당 20개
출처 :
'플밍_기타' 카테고리의 다른 글
단축 URL 기법 (0) | 2015.03.18 |
---|---|
html javascript 사다리게임 (0) | 2015.02.12 |
웹 개발자가 알아야할 사이트 (0) | 2014.04.21 |
구글 다국어 지원 - 스크립트 (0) | 2014.04.18 |
CSS3 Multi Column - 신문지 처럼 Column 갯수에 맞게 css3 코딩하는 법 (0) | 2014.04.01 |