So I’m trying to reset a FormsAuthentication cookie’s Expiration and Issue Date using the RenewTicketIfOld method and it’s incrementing the expiration date to an additional 30 minutes from the issue date.
Is it possible possible to change that to just 20 minutes? Or any advice on this matter?
Thanks!!
If you want RenewIfOld to renew at 20 minute increments, the Expiration of the original cookie (a Sliding Expiration value) should be set to expire in 20 minutes as well. It renews at the same rate that the original was issued.