Search results

  1. R

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

    Hi. Thanks for replying so quickly! That's what I thought it would do, but when testing, it does not look like the timeout value is used for the session, but the actual cache object expiration. I made the custom auth to return this string, "permissions 3 timeout minutes 1", and below is my...
  2. R

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

    Hi, I'm trying to implement custom auth. I see that the sample app's AuthorizeUser method has this comment as shown below. /// <returns>Specially formatted line to be returned to SOSS. Line's spec: "permissions {0} timeout minutes {1}", /// where {0} and {1} should be replaced by two integers...
Top