if the time allowed for your application session expires i . e . around 15 minutes, you will encounter the session time out error message . you would then need to restart the whole process 如您未能于设定时间内完成申请大约15分钟,您将会收到操作已超出时限的讯息,而需要重新申请。
a session begins when a user requests a page for the first time from your application and ends either when your application explicitly closes the session or when the session times out 当用户第一次从应用程序请求页时开始一个会话,当应用程序显式关闭该会话或当会话超时时该会话结束。
control is used with a wide range of end users, consider coding the control so that users on public computers have an option of using a non-persistent cookie which is discarded after the session times out 控件面向各种最终用户,请考虑对控件编码,这样使用公共计算机的用户可以选择使用非持久性cookie(在会话超时后即丢弃该cookie)。