I've searched the forums for info on this, but haven't found anything...
If a website is a mixture of PHP and .htm pages, will the PHP session ID that gets assigned to the user be maintained throughout their visit on the site? Or does the session ID only remain the same as long as each page the user visits has session_start() in the header? Can anyone help clarify this point?
If a website is a mixture of PHP and .htm pages, will the PHP session ID that gets assigned to the user be maintained throughout their visit on the site? Or does the session ID only remain the same as long as each page the user visits has session_start() in the header? Can anyone help clarify this point?