Hi,
we fixed an issue in gatein master that extends the remember filter filter to work with
any kind of HTTP request.
Before it was limited to GET due to potential issues with servlet container authentication
(could cause infinite loop because of redirections).
The use case is with ajax requests (POST) done by portlets when a user session expires
that cause client side issues.
We would like to port it to 3.5.x as well.
Here is the commit for this patch :
https://github.com/gatein/gatein-portal/commit/70f2b4be5d4895e245a2cbb7b7...
let us know if this is ok for you.
Julien