Your Open Source

 
Related Posts

How to Turning OFF or ON PHPSESSID

Turning off PHPSESSID


Check your php.ini file, and if it is not there, add the following line
session.use_trans_sid = Off


Alternativly, add this to your scripts:
ini_set('session.use_trans_sid', 0);

  • hits 217
  • datetime Jul 24 08 03:26:18
  • author Psbharathy
  • rating

Rating : 12345
Tags :- PHP

Answers

No Answers..
Your Name:
Your Answers :
<> is a code tag
Preview
Enter the verification code: