How I can send data (from <form>) by post to method GetReportSnapshot?
I use Session, but it's bad practice
User can generate two reports in one moment and session will be overwritten. I can generate some uid (for unique key for session) and pass this to view, but it's also bad practice
