由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - session.setAttribute("myAttrib",xxx)的attribute value是存
相关主题
哎,现在client-side,server-side都要我来写。any tools for ...
[转载] Mutually exclusive attributes请教一个关于JDBC的问题,实在太烦了!
What transaction attributes do Enterprise JavaBeathe best way to transfer data?
Re: questionJava API for XML?
[转载] Anybody tried "gcj"?Help me: jsp tag 问题
Ant and Netbeans helpWhat xml editor plugin for eclipse?
Custom Tag: embedding tag inside tag?default value in hibernate?
Re: Custom Tag: embedding tag inside tagproblem about a web access
相关话题的讨论汇总
话题: myattrib话题: attribute话题: xxx话题: value话题: side
进入Java版参与讨论
1 (共1页)
c*********e
发帖数: 16335
1
session.setAttribute("myAttrib",xxx)的attribute value是存在server memory里,
还是client side computer memory里?
d****i
发帖数: 4809
2
Servlet的session都是在server-side创建的对象,自然是在server side。

【在 c*********e 的大作中提到】
: session.setAttribute("myAttrib",xxx)的attribute value是存在server memory里,
: 还是client side computer memory里?

c*********e
发帖数: 16335
3
那就是说在client side只有一个cookie来告诉client side用哪个session attribute?
现在貌似cookie不那么流行了,大家会喜欢用token.这会影响到session.setAttribute
("myAttrib",xxx)的使用吗?

【在 d****i 的大作中提到】
: Servlet的session都是在server-side创建的对象,自然是在server side。
d****i
发帖数: 4809
4


attribute?
setAttribute

【在 c*********e 的大作中提到】
: 那就是说在client side只有一个cookie来告诉client side用哪个session attribute?
: 现在貌似cookie不那么流行了,大家会喜欢用token.这会影响到session.setAttribute
: ("myAttrib",xxx)的使用吗?

1 (共1页)
进入Java版参与讨论
相关主题
problem about a web access[转载] Anybody tried "gcj"?
JSF: value binding to bean methods problemAnt and Netbeans help
请教,business analyst 适合学什么语言?Custom Tag: embedding tag inside tag?
晒个极freaky的dom4j bugRe: Custom Tag: embedding tag inside tag
哎,现在client-side,server-side都要我来写。any tools for ...
[转载] Mutually exclusive attributes请教一个关于JDBC的问题,实在太烦了!
What transaction attributes do Enterprise JavaBeathe best way to transfer data?
Re: questionJava API for XML?
相关话题的讨论汇总
话题: myattrib话题: attribute话题: xxx话题: value话题: side