|
|
@@ -74,7 +74,7 @@ function checkHandleRequest() {
|
|
|
function compareCookieStr(cookieStr1, cookieStr2) {
|
|
|
let cookieDict1 = magicJS.parseCookies(cookieStr1);
|
|
|
let cookieDict2 = magicJS.parseCookies(cookieStr2);
|
|
|
- let skipKeys = ['htVC_2132_lastact', 'htVC_2132_lastcheckfeed', 'htVC_2132_ulastactivity', 'htVC_2132_lastvisit'];
|
|
|
+ let skipKeys = ['htVC_2132_lastact', 'htVC_2132_lastcheckfeed', 'htVC_2132_ulastactivity', 'htVC_2132_lastvisit', 'htVC_2132_st_p'];
|
|
|
let retCode = 0;
|
|
|
for (let key in cookieDict1) {
|
|
|
if (!skipKeys.includes(key)) {
|