Hello;
For our applications, we have a requirement to display a Disclaimer page. After the user logs on or try to access any object/actions in Content servers, we wanted to create a module that serves as an interceptor, that checks if he already accepted or not the page. If it is ok, he will continue to what he is doing, but if it is not, he will be redirected to an external (not CS site / an IIS website) where he is asked to accept or not the disclaimers page. if he accepts, he will be redirected again to the page he wanted to visit.
I saw from the forums that I can orphan the object WebLLRoot::WEBLL LoginHookCallback and ovverride the PrgSessionCreatePost. But for creating the redirection, i am quite lost.
I tried changing .fLocation (for example: .fLocation = www.google.com) of the requesthandler, it redirects just fine but i also wanted to send more infos to the external site (like date or id or response or the url of the page he wanted to visit originally). We are thinking of "Method Post" so we can "hide" the values to be passed, but i cannot seem to find it anywhere or how to code. Is it advisable that on .fLocation or fHtmlFile, i create a blank HTML file and do a form in it and put my values, and then from that html file, i call the external site?
Can someone help me with these please? (Also critics and better ideas are welcome) 
Thank you so much!
Regards,
Gazelly