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/session 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 ?