将联系人sdo存储在会话中。
下拉列表项存储在会话中。
将交谈状态存储在会话中
在会话中,可以通过这两部分的名称访问变量。
The variable can be accessed by this two part name within the session.
DGTT是在会话中声明的。
将一些数据存储在会话中。
当用户登录时,我们将一些已知信息存储在会话中。
When a user logs in, we store some known information in the session.
我们将其用于存储以前可能存储在会话中的对象。
We will use it to store objects that might have previously been stored in the session.
auth方法将执行检查,查看某个User是否在会话中。
可能的情况下,使用临时变量,特别是在会话中缓存项目时。
Use transient variables when possible, particularly when caching items in the session.
“汤姆·布切在会话中象蜜蜂一样轻快”(塞缪尔·约翰逊)。
"Tom Birch is as brisk as a bee in conversation" (Samuel Johnson).
将bean存储在会话中以备portlet进一步使用
Stores the bean in the session for further use by the portlet
框架可以识别一个URL中的各个延续并将延续存储在会话中。
The framework can identify individual continuations within a URL and store that continuation in the session.
这种类型的所有模型属性都将存储在会话中,无论属性名称是什么。
All model attributes of this type will be stored in the session, regardless of attribute name.
在非常少见的情况下,存储在会话中的某些对象可能被标记为瞬态的。
In rare cases, some objects stored in a session can be marked transient.
OrganizationSetInSession在会话中设置活动的组织。
OrganizationSetInSession sets the active organization in the session.
(表格数据来自会话,它以值对象的vector的形式存储在会话中)。
(the table data comes from the session; it is stored in the session with the vector of value objects).
出于安全性和不稳定性风险的考虑,知道什么东西适合或不适合存储在会话中很重要。
Because of the security and volatility risks, it is important to know what is and is not appropriate to store in the session.
在会话中,试着同时更新department表中的位置数据和部门名称。
In the sessions, try to update location data and department names in the table department in parallel.
如果一个特定参数太大,将被存储在会话中,并且只有引用键被存储在URL中。
If a specific parameter gets too large, it is stored in the session and only the reference key is stored in the URL.
在脚本的开始部分中,您可从登录页面提交的参数中获取用户名并存储在会话中。
At the top of the script, you get the user name from the posted arguments of the login page and store it in the session. The page then continues to load the invaluable prototype.js.
如果数据没有存储在会话中,则那些bean需要通过再次命中数据库来检索数据。
If the data was not stored in the session, those beans would need to retrieve it by hitting the database again.
登录认证是不重要的,登录“成功”时我们将User对象放置在会话中以表示该用户已登录。
The login authentication will be trivial, and when "successful", we will put a user object in session indicating that the user is logged in.
他们之所以在会话中遇到麻烦,是因为学校的课程安排使得他们缺少口语会话的联系。
Part of the communication difficulty comes from the lack of oral work as part of the school curriculum.
一旦与页面交互,参数将不再在URL中—而存储在会话中—您不再需要将您的选择加入书签。
Once you've interacted with the page and the parameter is no longer in the URL — but stored in the session — you can no longer bookmark your selection.
数据可以存储在会话中,恶意用户无法直接修改它(当然,代码中的bug仍然可能产生安全漏洞)。
Data can be stored in the session with no direct way for a malicious user to alter it. (Bugs in your code may still give an attacker an opening, of course.)
所以,使用延续的Web开发框架可以在处理每个请求之后捕获一个延续,并用一个标识符将它存储在会话中。
So a Web development framework that USES continuations can capture a continuation after processing each request and store it in the session with an identifier.
在会话中存储数据对象:由于我们已从数据库断开连接,因此需要将联系人数据对象存储在会话中,以便将它用于下一页。
Store the data object in the session: Because we are disconnected from the database, we need to store the contact data object in the session to make it available to the next page.
因为复制会话有随着会话中的对象图(object graph)的变大而增加成本,所以应当尽可能地在会话中少放置数据。
Because replicating sessions has a cost that increases with the size of the object graphs stored in the session, you should strive to put as little data in the session as practical.
在很多情况下,通过仅在会话中存储一个键,并使用该键作为引用以在其他数据结构中查找更大的对象,从而可以避免在会话中存储大对象。
In many cases, storing large objects in the session can be circumvented by just storing a key in the session and using this key as a reference to lookup a larger object in some other data structure.
应用推荐