Does not want to see PHPSESSID in the url. How can be done
this ?
Answer Posted / prantik gautam
1) Make the form method from 'get' to 'post'
2) If the form method is 'get' then keep the session id in
an extra session variable and call ob_start() for buffering.
eg :
ob_start();
session_start();
$sid=session_id(); //for different sesion id for each session
$_SESSION['sid']=$sid;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is python similar to php?
What is use of echo in php?
How do I stop php artisan serve in windows?
What should we do to be able to export data into an excel file?
What does the scope of variables mean?
what is PDO?
What is session in php w3schools?
What is php beginner?
How are cookies created?
How to remove values saved in the current session?
What is the difference between runtime exception and compile time exception?
What is the actually used php version?
What is a query in php?
How to write php function in html onclick?
Is salary a ratio or interval?