Security Assist losing url values
I've protected a page that has php url values such as:
printcoupon.php?cpnid=1
It protects the page but upon login the page it returns to is:
printcoupon.php
It's losing the ?cpnid=1 part of the url. Is there a work around or what can I do to fix this?
Thanks.