如何通过jQuey动态删除会话cookie,而不手动重新启动浏览器?
我在某个地方读到,会话cookie保留在浏览器内存中,并将在浏览器关闭时被删除。
// sessionFooCookie is session cookie
// this code does not delete the cookie while the browser is still on
jQuery.cookie('sessionFooCookie', null);
更多信息:上面的代码片段是一个javascript代码片段,使用jQuery及其jQuery.cookie插件。
尝试将JavaScript插件脚本动态地加载到_Layout.cshtml页面上--从JavaScript文件中加载(从引导模板加载)。我在脚本中更改了PLUGINS_PATH如下:
// Declared at top of script
var PLUGINS_PATH = './Content/plugins/';
// ... for each plugin script - e.g
jQuery().themeLoadPlugin(["jPanelMenu/jquery.jpanelmenu.min.js", "jRespond/js/jRe