Thursday, September 25, 2014

Forms Authentication Sliding Expiration and the SPA

Working on a SPA with Forms Sliding expiration.  The trick is how to let the SPA know the user has timed out.  If you make a call to the server, with sliding expiration enabled... the account will never expire.

I don't have a working solution yet, but thought I would post the observation.

1 comment:

  1. Look at that someone already asked this on SO with no answer yet! Excellent.
    http://stackoverflow.com/questions/24267850/how-to-implement-sliding-expiration-authentication

    ReplyDelete