Asp. NET get JS Set Cookies Solution _ practical skills

Source: Internet
Author: User
Adding "path= expiration" to the JS method solves this problem.

For example://write cookies
Copy Code code as follows:

function Setcookie (name,value)
{
Document.cookie = Name "=" Escape (value) ";p ath=/"; Set the cookie to turn off browsing is invalidated
}

Add a path=/, on the line. It's as simple as that.

This set the Path property of the cookie, you must set the Path= "/" attribute on both the client and the server, so that the operation of JS and asp.net can interact with cookies! Another is the problem of coding, where the encoding in JS is encodeuri corresponding to the ASP.net server.urlencode.
Related Article

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.