跟PHP会话控制有关的方法有()。A、session_start()B、session_destroy()C、$_SESSION[’参数名’]D、setcookie()
跟PHP会话控制有关的方法有()。
- A、session_start()
- B、session_destroy()
- C、$_SESSION[’参数名’]
- D、setcookie()
相关考题:
在J2EE中,在web.xml中,有如下代码:session-configsession-timeout30/session-timeout/session-config以下描述正确的是()。 A.顶一了,默认的会话超时时长、时间为30秒。B.可以使用HttpSession类的getMaxInactiveInterval()方法把该值提取出来C.定义了默认的会话超时时长。时长为30小时D.可以使用Session类的getMaxInactiveInterval()方法把该值取出来
下面( )文件负责处理Application_Start、Application_End、Session_Start和Session_End等事件。A.Web.configB.Config.asaxC.Global.asaxD.Global.inc
与HttpSessionListener接口有关的方法是()A、Session InitializedB、Session CreatedC、Session FinializedD、Session Destroyed
在J2EE中,对于在Servlet如何获得会话,描述正确的是()。 A、HttpServletRequest类的getSession方法有两个:带参数的getSession方法和不带参数的getSession方法B、在Servlet中,可以使用HttpSession session = new HttpSession()创建session对象C、如果HttpServletRequest类的getSession方法的参数为false,表示如果没有与当前的请求相联系的会话对象时,该方法返回nullD、如果HttpServletRequest类的getSession方法的参数为true,表示如果没有与当前的请求相联系的会话对象时,该方法返回null
查看SecPath防火墙会话的命令是()。A、display firewall session tableB、display firewall sessionC、display session tableD、display aspf session
哪些情况适合使用session对象来跟踪会话?()A、Servlet容器支持Session对象从内存到外部存储设备间的交换B、需要存储多个页面的共享数据C、维持商业应用会话D、需要相对安全可靠的会话
ession对象的()方法用于设置会话的超时时间。A、session.setAttribute(“time”,30);B、session.setMaxTime(30);C、session.getMaxInactiveInterval();D、session.setMaxInactiveInterval(30);
PHP Session扩展默认将Session数据储存在()。A、SQLite DatabaseB、MySQL DatabaseC、MemCacheD、File SystemE、Session Server
多选题你在为一家公司做ASP.NET应用程序。客户将用这个应用程序在线提交索赔表格。你计划在多个服务器上部署应用程序,通过保存会话状态信息来优化性能。为了达到这个目的,下面哪两个方法可行?()A修改Web.config文件支持StateServer模式B修改Web.config文件支持SQLServer模式C修改Web.config文件支持InProc 模式D在Global.asax文件中的Session_Start程序中,设置WebMethod特性的EnableSession属性为trueE在Global.asax文件中的Session_Start程序中,设置WebMethod特性的Description属性为sessionState
单选题PHP Session扩展默认将Session数据储存在()。ASQLite DatabaseBMySQL DatabaseCMemCacheDFile SystemESession Server