I have migrate a asp.net(3.5) site from another hosting server to the DiscountAsp.net. The site is working well but i have facing problem in session expired. While a user login to the site i keep some user details in Session object, after few seconds the session is expired though i put <sessionState mode="InProc" timeout="300" cookieless="UseCookies"> For each page i have check the session has the value, if not then i redirect the page to the login page. It is mentioned that, the site is running successfully in local server and testing server both also without session expired problem. Please help me about this problem. Thanks Harun
This same problem face in our application ,But we can't get any solution . Is it discountasp.net host server problem? If so,please know me how can we solve this.
You are going to need to enable SQL session state for your site, check out the following link for more information: https://support.discountasp.net/KB/...er-session-on-your-web.aspx?KBSearchID=137910