Hi anyOne.
How are you ?
I hope fine.
Here is the list
I trust you 🙂
I put this into my main include file (Constant etc )

ini_set('session_use_trans_sid',0);
ini_set('arg_separator.output', '&');

Thanks a lot again.
Bye-Bye

    Does it work? does it not work?

    ini_set('session_use_trans_sid',0);

    That's not completely right, it should be:

    ini_set('session.use_trans_sid',0);

    Notice the "." instead of the "_"

    Sorry, that was my bad 😉

      Hi again.
      It's enough, it doesn't work.
      I asked for help to my web hosting 🙂
      I tried your new version but into phpinfo
      I got

      session.use_trans_sid On On

      Ah sooob 🙂
      I'll catch you up on my trouble.
      Thanks again for your help and advice.
      Bye-Bye.
      Greetings from Italy 😃

        Well, it doesnt' change in your PHP.ini... it changes on the page that you run the app on.... so unless you call ini_set('session.use_trans_sid', 0); before you call phpinfo(); it won't make a difference in the PHPInfo page...

          Ok. I got it.
          I've a headache.
          I think to give up trobling 🙂
          But 🙂)))))) the trouble doesn't change.
          Take care

            The last news !
            I got this by my host:
            You can use the following directive in the .htaccess file.
            php_flag session.use_trans_sid off
            but tomorrow !!!!
            Bye.

              Hi.
              I'm sorry to disturb you again
              I got over my disease 🙂
              How can I create (I mean the syntax) the .htaccess file
              with

              php_flag session.use_trans_sid off

              and where can I put it ?
              I'm very weak managing with apache.
              BYe

                Hi.
                I'm sorry to disturb you again
                I got over my disease 🙂
                How can I create (I mean the syntax) the .htaccess file
                with

                php_flag session.use_trans_sid off

                and where can I put it ?
                I'm very weak managing with apache.
                BYe

                  open a text file, paste the line your host gave you into it

                  Save it as htaccess.txt
                  Save it in ASCII format!! That's important

                  Upload it, then rename it to .htaccess

                  Then just try your page again.

                    Hi.
                    I'm rejoicing :p
                    Tks for the help
                    see you next time.
                    Take care.

                      Write a Reply...