getSession()与getSession(true)的区别

本文探讨了JavaWeb中getSession()方法的行为,指出其在没有现有会话时将创建新的会话,而不是返回null。文章还对比了getSession()与getSession(false)的区别,并建议以官方文档作为权威来源。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

<<javaWeb王者归来>>上面写getSession()在session不存在的情况下会返回null,但是查看ServletAPI文档可以看到

 HttpSessiongetSession() 

          Returns the current session associated with this request, or if the request does not have a session, creates one.


 HttpSessiongetSession(boolean create) 
          Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
依据api文档

getSession()应该和getSession(true)等效的,肯定不会返回null

getSession(false)有可能返回null


但是还是有一点点的怀疑,打算以后以英文书籍为标准,很多中国作者都是苦鬼互相坑害的,或者只是为了显摆和挣钱,不好意思前几天写重了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值