ASP. NET MVC Ajax rotation resolving session Expiration Time

Source: Internet
Author: User

This method is not too good, the pressure on the server, because the system is internal personnel use, business is more complex, so some of the need to save the session, but the session has a failure time.

The code is as follows:

$ (function () {            function post () {                                var bid = ' @ViewData ["bid] ';                var cid= ' @ViewData ["CSID"];                $.ajax ({                    type: "Post",                    ContentType: "Application/json",                    URL: "Index",                    data: {                        bid:bid,                        CID : Cid                    },                })            }            setinterval (post, 10000);--this time can be changed        

The backend first load time through the URL to get the corresponding ID saved, one side back rotation time to use

Public ActionResult Index (string ajaxid)        {            string id;            id = request.querystring["bid"];            id = request.querystring["bid"];            if (AJAXID! = null) {                id = ajaxid;            }            viewdata["id"] = ID;}

  

ASP. NET MVC Ajax rotation resolving session Expiration Time

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.