Ajax implementation session (to avoid page expiration of the phenomenon) _ajax related

Source: Internet
Author: User
A lot of time or fill in the volunteer time, whether you encounter more than the consideration of a period of time after filling out the page information, submitted to show the phenomenon of the expiration of the page, had to quickly fill in again; however, write a blog for a long time but did not appear this situation and have real-time automatic save ; This involves the expiration time of the session;

Session never expires when the user is unable to predict when to manipulate the page
Copy Code code as follows:

<script src= "Js/jquery1.7.js" type= "Text/javascript" ></script>
<script type= "Text/javascript" >
$ (function () {
Function post () {
$.ajax ({
Type: "Post",
ContentType: "Application/json",
URL: "Webblock.aspx"
})
}
SetInterval (post, 30000);
})
</script>

Every half minute access to the next interface! Therefore, the session will not expire (if the expiration time of the session is more than half a minute);
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.