есть ли способ создать новый сеанс, если он истек?в разработке мобильного приложения с использованием asp.net?
при получении этой ошибки:
the page requires session state that is no longer available. either the session has expired, the client did not send a valid session cookie, or the session state history size is too small. try increasing the history size or session expiry limit
это то, что у меня есть в моем web.config:
<sessionState cookieless="UseCookies" cookieName="Mobile_Session" regenerateExpiredSessionId="true">
</sessionState>