When JSP running inside sling is trying to get session objects, it is ALWAYS getting deserialized by weblogic. See the following stack trace. This does not happen when Sling servlet is trying to get session data. Is something special happens when JSP is processed by sling? at java.io.Object...
.php?_SESSION[name]=admin echo $_SESSION['name'] => 'admin' trim 會把字串前後的空白(或其他字元)去掉 未指定第二參數,預設會去掉以下字元 " " (0x20) "\t" (0x09) "\n" (0x0A) "\x0B" (0x0B) "\r" (0x0D) "\0" (0x00) 可以發現預設不包含 "\f" (0x0C) 比較:is_nu...