Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道jsp会自动创建一个会话,但是当使用页面导入设置为false时,它不会创建。但是当我尝试打印会话ID cookie时,即使会话已设置为false,我也没有得到空值。相反,我得到一个长的 SessionId 值。
我想知道这怎么可能。