You must Sign In to post a response.
  • Category: Windows

    Redis cache issue in web application

    we are using Redis cache in our application . when we deploy the application as cloud service in
    windows azure When we move from one page to other page it is giving session expire
  • #767464
    Hi,
    Try n use HttpSessionState.Timeout property
    Or
    Please go through this:
    http://stackoverflow.com/questions/28292265/session-timeout-is-not-sliding-in-azure-redis-cache-session-state-provider

    Here it is stated that latest Redis Packages have fixed same kind of issue.
    Otherwise you can refer solution 2 as reset the item timeout of RedisSession from Global.ascx file


  • Sign In to post your comments