PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
This leads to the following. If the browser opens a session first time it apparently gets a SID even though cockies are enabled. So it places $s_add behind all links. When the next page is called the url part is gone and all works fine.
This does not limit the site functionality but it does bother me.
Trans ID is off. The above coding places the sid into the URL manually when cockies are off. Well as I said it does it on the first site call whether cockies are off or on.
I probably use a session var and session_regenerate_id to get around this.