Is there any inbuilt way to set an expire time on the reliable dictionary object to expire after a certain time? Trying to see if we can start using reliable collections to store user session objects.
Can a stateless service access the dictionary objects created by a stateful service?
Sorry if these are lame questions. Trying to understand the concepts.
Thanks!