I want to be able to access an action in the backend without it setting the accessed time of the session. Meaning, if the session is going to timeout in about 3 minutes, when I access this action I still want the session to timeout in 3 minutes and not reset back to 15 minutes (if I set the timeout to 15 minutes in the config).
The reason for this is I have a webapp that polls the backend for updates. I don't want this polling to trigger setting the accessed time inside the session, so that the user can be timed out if they're not doing anything. After looking at the code, it seems like I would have to make my own session middleware to do what I want. Is this the case? Anyone have a better idea to do what I want to accomplish? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
