Actions

Translations

Troubleshooting/56/ko: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 July 2024

  • curprev 06:3106:31, 12 July 2024Modernity4r talk contribs 569 bytes +569 Created page with "<u>PHP 세션:</u> # php.ini에서 upload_tmp_dir 및 session.save_path를 업데이트합니다 # 구성된 세션을 생성하고 디렉터리를 업로드합니다 # IIS: IIS 게스트 사용자 계정을 생성하고 수정할 수 있는 권한이 할당됩니다 # Apache : 웹서버가 구성된 디렉터리에 쓸 수 있는 권한이 있는지 확인하세요 # php.ini의 "session.use_cookies" 변수가 1로 설정되어 있는지 확인하세요. # php의 "sessi..."