asp.net mvc keep alive page with a flash on it / ping controller
- by Omu
I have page in my asp.net mvc website with a flash app on it, and the user can stay on that page for hours, but his auth cookie is going to expire, so I'm thinking to create a PingController and to call it using jquery $.post each 20 minutes.
is this a good idea ?
or there is something better ?