For Sliding Sessions, I normally see that in SessionAuthenticationModule's event, they issue a new SessionSecurityToken using a new Life Time. But, I have an existing SamlSecurityToken or GenericXmlSecurityToken. How do I just update the lifetime of an
existing token. I can't simply do a Set on it's ValidTo property, since it is read only. Any help would be highly appreciated.
Ven