Thanks for the replies.
The bigger picture was that I was trying to have a sign in page (& it's action page) to be on HTTPS and then after successful sign in, send the user back to HTTP. I was on a shared cert on the server I'm on and didn't want the user to be on that shared cert the entire time. More of a cosmetic thing and potential confusion (url would have a name that wasn't my site) to the users than anything else.
This would be similar to such sites as Yahoo, when you sign in (on HTTPS), if successful, you are back on HTTP.
This involved storing some info about the HTTPS session info in a db table, and upon a redirect, reading that table and setting HTTP session vars. Convoluted, I know, but I had it working in I.E., but just couldn't get it working when using F.F.
So, I went and got an SSL cert for my site. About 20-30% of the users on the site would be using HTTPS at any given time. Now I simply leave the user, who would normally sign in to the site, on HTTPS after good sign in.