Recent content by oshmytov

  1. O

    What is the timeout value in the specially formatted line for the custom namespace auth?

    You're doing everything correctly. When running the client, you don't see one important step that happens on the backend. When login timeout elapses, the SOSS service calls the auth provider again to re-authenticate the next request to the cache - so the client re-authenticates implicitly...
  2. O

    What is the timeout value in the specially formatted line for the custom namespace auth?

    Hello, The login timeout in the returned auth decision line indicates how long the login session should last until the session needs to be re-authenticated. The auth sample uses the value of 24 hours. You can make it smaller/larger/dynamic. The minimum timeout value in minutes is 1, and the...
  3. O

    ScaleOut Management Console is blank

    Summary Under some rare circumstances ScaleOut Management Console could be opened with just one blank content panel named Title. This state is induced by corrupted Console's settings. Resolution To resolve this issue the Management Console's settings need to be reset by opening Console with the...
  4. O

    On demand Scaleout usage

    Hi Saravanan, If you're referring to ScaleOut ASP.NET Session provider, you can disable session state for some of your app's pages (or make session state as read-only) via the @Page directive's EnableSessionState attribute. Another option is to use a hybrid approach for storing app data in...
Top