Hi,
I have a little problem with exiting from SSL. The situation is:
<form action="https://someserver/somepage.php" method="post">(...)</form>
After submitting data I want to redirect my user to non-secure page http. But I always get browser's warning window that tells all data from form may be submitted to non-secure page...
Is there any solution for that problem?
Any help will be appriciated
Przemek B.