In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "javascript how to delete session", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "javascript how to delete session" bar!
Javascript method to delete session: [setTimeout (function () {sessionStorage.clear (); window.parent.location.reload (); var index =...].
This article operating environment: windows10 system, javascript 1.8.5, thinkpad T480 computer.
Javascript closes the current page and clears session.
Page:
Js closes the current page to clear session function save () {/ / Storage session window.sessionStorage.setItem ("this_session", "This is session!") ; window.sessionStorage.setItem ("user", "This is User"); / / take out session var thisSession = window.sessionStorage.getItem ("this_session"); alert (thisSession);} / execute sava () save () / / this script is common to ie6 and ie7 / / closes the current page function custom_close () {if (confirm ("are you sure you want to close this page?")) {window.opener = null; window.open ('','_ self'); window.close (); / / clear session sessionStorage.clear () } else {}} function clearUser () {/ / sessionStorage.removeItem ("user");} / / about session
Layui
/ / trigger setTimeout after setting time for one second (function () {sessionStorage.clear (); window.parent.location.reload (); / / refresh parent page var index = parent.layer.getFrameIndex (window.name); parent.layer.close (index); / / close current page}, 1000) Thank you for your reading, the above is the content of "javascript how to delete session", after the study of this article, I believe you have a deeper understanding of how to delete session in javascript, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.