Setting method for asp+ no longer relies on cookies

Source: Internet
Author: User
Asp+|cookie|cookie by default, the session object of asp+ still relies on cookies, but
Config.web file settings, you can make the session object no longer dependent on the browser
Cookies (that is, even if the browser's cookie function is turned off, session
object is still valid), the setting method is to join in the Config.web
<sessionstate cookieless= "true"/> as follows:

<configuration>
<sessionstate cookie= "true"/>
</configuration>

Note: The file should be placed under the IIS application

After adding <sessionstate cookieless= "true"/> Settings, browse
*.aspx when browsing, turn off cookies: The results are as follows, to prove the session
The object does not depend on the browser's cookie:

The test process turns off the browser's cookie feature
The first time you browse the Web page, date=0
At the end of the page, date=100
When you press the re-enter page, date=100
At the end of the page, date=200
When you press the re-enter page, date=200
At the end of the page, date=300



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.