BorderJ's Blog
--- java FreeBsd Web3D open-sources
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
::
8 随笔 :: 1 文章 :: 40 评论 :: 0 Trackbacks
<
2006年8月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(4)
给我留言
查看公开留言
查看私人留言
随笔分类
Eclipse (1)
(rss)
Java(4)
(rss)
open-sources
(rss)
PHP(1)
(rss)
Unix
(rss)
安全 (1)
(rss)
网络 (1)
(rss)
随笔档案
2006年8月 (1)
2006年7月 (7)
文章分类
Struts文档(1)
(rss)
文章档案
2006年7月 (1)
Bloger
洪亮(Leon Hong)
车东
Java
Chinese_Java_API
javalobby
JavaWorld@TW
Java研究组织
Jspolympus
matrix
onjava
sun社区
TheServerSide(TSS)
MyBlog's List
Calendar@Google
MyBlog@blogjava
MyBlog@csdn
MyBlog@Google
(rss)
MyBlog@yahoo
open-sources
eclipse
java-source
sourceforge
灰狐
security
天天安全网
安全焦点
Unix
linuxsir
web3d
web3d
虚拟无忌
代码查询
codezoo
DocJar
代码例子
代码查询
管理
世界经理人
搜索
最新随笔
1. Writely Blog 可以注册了
2. request.getSession() 方法
3. php-5.1.4 和apache_2.2.2的安装过程。
4. 在Eclipse3.2中安装XDoclet.
5. Struts 秘籍(CookBook) (转)
6. 通过rome读取feed,发现中文出现部分乱码。。
7. 免费MySQL数据库申请
8. 刚刚大厦晃的利害,是不是有些地震呀 -- 北京
9. 通过js等比扩大图片的比例
最新评论
1. re: 免费MySQL数据库申请
谢谢
--艳
2. re: 免费MySQL数据库申请
qtfqwtw
--433333
3. re: 免费MySQL数据库申请
ww
--ww
4. 免费MySQL数据库申请
哈哈
--维也纳之殇
5. 免费MySQL数据库申请
酸酸的房贷首付
--维也纳之殇
6. re: 免费MySQL数据库申请[未登录]
啊啊啊啊
--啊啊
7. re: 免费MySQL数据库申请
在哪里没看到啊哎呀哎呀
--dgasdf
8. re: 免费MySQL数据库申请
fv sdfgvweaftwerwerfwefrwefwe
--云海
9. re: 通过rome读取feed,发现中文出现部分乱码。。
没有解决
--dan-ni-s-wu
10. re: 免费MySQL数据库申请[未登录]
69rtt67
--hhh
阅读排行榜
1. 免费MySQL数据库申请(9074)
2. request.getSession() 方法(7837)
3. 在Eclipse3.2中安装XDoclet.(3034)
4. php-5.1.4 和apache_2.2.2的安装过程。(2626)
5. 通过rome读取feed,发现中文出现部分乱码。。(2424)
6. 通过js等比扩大图片的比例(2056)
7. 刚刚大厦晃的利害,是不是有些地震呀 -- 北京(854)
8. Writely Blog 可以注册了(462)
评论排行榜
1. 免费MySQL数据库申请(19)
2. 通过rome读取feed,发现中文出现部分乱码。。(7)
3. php-5.1.4 和apache_2.2.2的安装过程。(6)
4. request.getSession() 方法(3)
5. 通过js等比扩大图片的比例(3)
request.getSession() 方法
HttpRequest对象有两种形式的getSession方法调用:
一个是getSession(),
另一个是getSession(boolean isNew)
这样的
,前者会检测当前时候有session存在,
如果不存在则创建一个,如果存在就返回当前的。
getSession()相当于getSession(true),
参数为true时,若存在会话则返回该会话,否则新建一个会话。
参数为false时,若存在会话则返回该会话,否则应该返回一个NULL
这是文档:
getSession
public HttpSession getSession(boolean create)Returns the current HttpSession associated with this request or, if 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:
true - to create a new session for this request if necessary; false 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
感谢
zhouhu的提醒,现在已经修正。
Edit By: BorderJ 2006.8.18
posted on 2006-07-31 19:46
BorderJ
阅读(7837)
评论(3)
编辑
收藏
所属分类:
Java
评论
#
re: request.getSession() 方法
2006-08-18 11:45
zhouhu
getSession()相当于getSession(true),
回复
更多评论
#
re: request.getSession() 方法
2006-08-18 13:08
BorderJ
谢谢提醒,
现在已经更正。
回复
更多评论
#
re: request.getSession() 方法
2007-03-19 19:13
小神
ok
回复
更多评论
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
request.getSession() 方法
通过rome读取feed,发现中文出现部分乱码。。
免费MySQL数据库申请
通过js等比扩大图片的比例
Powered by:
BlogJava
Copyright © BorderJ