hi there,
i have just noticed that if i try to submit form with a session expired in a meantime i'm redirected to login page (that's good) and after successful authentication a new request is done to form's action url but without previous POST data inside (that's bad). in short, POST data is not restored.
is it a matter of my incorrect acegi configuration or am i something missing? is there any workaround of such a case?
thanks,
umrzyk.



