I know i can do dynamic session timeout (per user) with devise like described here
This worked fine before but now i'm using rails session store and it doesn't work anymore.
I googled quite a long time but didn't find an answer, does anyone know how to do this?
Thanks
I've done it now with some before_filters:
And in the controller which is used by the poller i added this (the session shouldn't get updated by the poller):