摘要: 后台: using System;using System.Web;using System.Web.Mvc; namespace EwayFramework.Utils.Token{ public static class HtmlTokenHelper { public static MvcHt 阅读全文
posted @ 2017-09-05 10:21 WiKi-Tomato 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Session存储在服务器端,一般放置在服务器的内存中(为了高速存取),Sessinon在用户访问第一次访问服务器时创建,需要注意只有访问JSP、Servlet等程序时才会创建Session,只访问HTML、IMAGE等静态资源并不会创建Session,可调用request.getSession(t 阅读全文
posted @ 2017-09-05 00:09 WiKi-Tomato 阅读(194) 评论(0) 推荐(0) 编辑