cisco ap sap2602e ¼ÂÆýÿ¡·¯
ÇÊ»ì±â 2023-01 2023-01-20 20:06:58 Á¶È¸ 1227 Ãßõ 0
웹에서 셋팅을하면 에러가 나요
error occured while clearing browser credentials
그리고 무선이 안잡힙니다
무선설정을 하고 apply누르면 저에러가 나요
https://www.2cpu.co.kr/QnA/868122
ÇØ´ç ¸µÅ©¿¡¼ Æß¿þ¾î°¡ °°Àº °ÍÀΰ¡ È®ÀÎÇغ¸¼¼¿ä..
º¸Åë ½Ã½ºÄÚ APµéÀº ´Üµ¶Çü Æß¿þ¾î¿Í ÄÁÆ®·Ñ·¯Çü Æß¿þ¾î 2°¡Áö°¡ ÀÖ½À´Ï´Ù..
Æß¿þ¾î°¡ ¸Â´Ù¸é ½ÇÁ¦ ½Ã½ºÄÚ AP ¼ÂÆà °¡´ÉÇϽŠºÐÀÌ È®ÀÎÇÏ¼Å¾ß ÇÒ µíÇÕ´Ï´Ù..
https://community.cisco.com/t5/wireless/constant-pop-up-quot-error-occured-while-clearing-browser/td-p/3072208
´äº¯ÀÚ)Matthew Millman
set timeout -> clearCredentials È£ÃâÇϳ׿ä.
1) ÄÚµå »èÁ¦
timeOutValue = (tmp = httpIdleTimeout.match(/Server idle time-out: (\S+) seconds/)) ? tmp[1] : 600;
setTimeout('clearCredentials()', parseInt(timeOutValue) * 1000);
2) ÁÖ¼®Ã³¸®
function logoutNow()
{
//clearCredentials();
}
https://xpander.mattmillman.com/files/linked/config.js
https://xpander.mattmillman.com/files/linked/config.new.js
ÄÚµå ºñ±³
https://xpander.mattmillman.com/files/linked/configjsfix.png