17194893 PHPSESSID가 변경이 되더라도 swf uploader에 정상적으로 값이 지정되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4496 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-09-10 06:23:16 +00:00
parent 1f7e2d6c53
commit 38483e1b74
5 changed files with 5 additions and 5 deletions

View file

@ -79,7 +79,7 @@ function editor_upload_start(editor_sequence, fo_obj, inserted_files_count) {
'&uploadScript='+escape( request_uri+'?mid='+current_url.getQuery('mid')+
'&act=procFileUpload'+
'&editor_sequence='+editor_sequence+
'&PHPSESSID='+xGetCookie(zbxe_session_name)
'&'+xe_session_name+'='+xGetCookie(xe_session_name)
);
// 객체 생성 코드