My web host does provides a free shared SSL for me to use.
The problem I am having is that since it is a free shared SSL service, the secured page will not be under my URL (actually, it will be https://secured.hostmonster.com). Which means my cookies for my site will not carry over /or carry back when I redirect back.
How do I keep the cookie between HTTP and HTTPS ? Is there a quick way to do it with cookie setting or something ?
Thanks a bunch !