Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 376645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T14:37:10+00:00 2026-05-12T14:37:10+00:00

I had my form processes working perfectly but after renaming the form action to

  • 0

I had my form processes working perfectly but after renaming the form action to

<form action="https://www.example.com/validate.php" method="post">

for working with an SSL certificate it stopped working. Seems as though the SESSION variables are no longer being passed properly…

Is there something I should know about https and forms?
If I keep the form action path relative it works fine but will my form be secure?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T14:37:10+00:00Added an answer on May 12, 2026 at 2:37 pm
    1. Debug whether cookies send to HTTP
      site is also sent to HTTPS site or
      not.
    2. Is your HTTPS server able to be
      loaded at the first place? Maybe the
      configuration is not right or
      something.
    3. If it is relatively path, it will not be secured, since your page is not secured.
    4. You can try loading the page with this form on the secure HTTPS server, and do the postback. (i.e. secure -> secure)

    Next, you might want to pass your Session ID of the non-secure page to the secure page.

    e.g. at Form page:

    <form action="https://www.example.com/validate.php" method="post">
    <input type="hidden" value="<?php echo session_id(); ?>" name="sid" />
    

    at postback page:

    session_id($_POST['sid']);
    

    you should be able to reconnect to the session. hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had written an event handler for MouseMove for my form but When I
I really like Play 2.0's form mapping system, but I had a question about
We had a credit card form that was non-https. When the submit was done
i had sideshow ajax and i want it get images form database i used
I had developed one website purely in HTML .I have my form with fields
I've had troubles for a few days already with handling form that contains dropdown
I have a form with 3 text fields and 3 checkboxes. I had implemented
Looking for a non-JS solution. Say I had something like this: <ul> <li> <form>
Had a page that was working fine. Only change I made was to add
Had a good search here but can't see anything that gets my mind in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.