x

세션 캐시 리미터 파라미터 오류

· 1년 전 · 188
common.php 에

session_cache_limiter 함수
https://github.com/gnuboard/gnuboard5/blob/c4c1e50f68f9d76fe5af8754a99a6c8327b673e8/common.php#L227C6-L227C26

https://www.php.net/manual/en/function.session-cache-limiter.php

session_cache_limiter('no-cache'); 가 되어야 합니다.
현재는 작동하고있지 않습니다.

이곳이 수정되면
854번째 아래 코드와 겹치게됩니다.

header('Expires: 0'); // rfc2616 - Section 14.21
header('Last-Modified: ' . $gmnow);
header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
header('Pragma: no-cache'); // HTTP/1.0
|
댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 이슈

좋은 댓글과 좋아요는 제작자에게 큰힘이 됩니다.

+
제목 글쓴이 날짜 조회
1년 전 조회 209
1년 전 조회 197
1년 전 조회 244
1년 전 조회 164
1년 전 조회 177
1년 전 조회 193
1년 전 조회 211
1년 전 조회 165
1년 전 조회 178
1년 전 조회 189
1년 전 조회 189
1년 전 조회 227
1년 전 조회 226
1년 전 조회 235
1년 전 조회 232
1년 전 조회 353
1년 전 조회 396
1년 전 조회 194
bbeaverfactor...
1년 전 조회 657
1년 전 조회 262