request.getSession()无参,有参的区别

本文解析了getSession方法的功能,它用于获取当前请求的HTTP会话。如果请求中不存在有效的会话并且参数为true,则创建新的会话;若参数为false且没有有效会话,则返回null。在响应提交前调用此方法以确保会话正常维护。
API解释:
getSession
public HttpSession getSession(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.
If create is false and the request has no valid HttpSession, this method returns null.

To make sure the session is properly maintained, you must call this method before the response is committed. If the container is using cookies to maintain session integrity and is asked to create a new session when the response is committed, an IllegalStateException is thrown.

Parameters:
[color=red]true[/color] - to create a new session for this request if necessary;
[color=red]false[/color] - to return null if there's no current session

Returns:
the HttpSession associated with this request or null if create is false and the request has no valid session
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值