We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32241
    • 1,495 Posts
    Hope this will help
    http://us3.php.net/manual/en/ref.session.php#59225

    But you need to make it as a plugin and set the event listener to OnWebPageInit. Hope it will help.
      Wendy Novianto
      [font=Verdana]PT DJAMOER Technology Media
      [font=Verdana]Xituz Media
      • 25819
      • 10 Posts
      Thanks, everyone.

      Strangely, there is a line <@ini_set("url_rewriter.tags", "")> in the index.php file. Since export script just calls index.php?id=#, the session id should not be shown.

      I tried to move the line around (like the top of the script) but it didn’t help. I finally gets into php.ini file to change my settings (url_rewriter.tags = "") , and it works.

      I don’t know if that’s a version issue. On php.net there is a comment says "You can’t turn off session.use_trans_sid on an individual script basis until PHP5.", but the guy said ini_set(’url_rewriter.tags’, ’’) should be ok. My version is 4.3.3.

      I think the issue is solved, but further discussion are still welcome.