asp.net mvc keep alive page with a flash on it / ping controller
Posted
by Omu
on Stack Overflow
See other posts from Stack Overflow
or by Omu
Published on 2010-06-17T12:41:54Z
Indexed on
2010/06/17
12:53 UTC
Read the original article
Hit count: 199
asp.net-mvc
|flash
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 ?
© Stack Overflow or respective owner