User Browser Close Cookie processing method

Source: Internet
Author: User

Method One:

function GetSessionID () {   var c_name = "Jsessionid";   Alert ("Cookie:" +document.cookie + "     " + window.location.href);   var hrefstr = window.location.href;   if (Hrefstr.length > 0) {      C_start = hrefstr.indexof (c_name + "=")      if (c_start! =-1) {        C_start = C_start + C_na me.length+1;        C_end = Hrefstr.indexof ("?", C_start)        if (c_end = =-1)         c_end = hrefstr.length;        Return  hrefstr.substring (c_start,c_end);      }   }  

Method Two:

Automatically gets to jsessionid directly through the Struts tag processing request

1:

<form action=<s:url  action= "User/login"/>  method= "post" id = "Frombut" > <input type= "hidden "Name=" user "value=" "id=" Users "></form>

2:


<s:url action= "User/userlogin" ><s:param name= "User.userid" value= "%{user.userid}"/> </s:url >
> Login </a>

  

Reference study: http://justsee.iteye.com/blog/831730

http://blog.csdn.net/wangjian5748/article/details/5096409

User Browser Close Cookie processing method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.