suppose if u want to pass session value using cookies onlu..
what changes i've to made in php.ini file?
Answer Posted / suhasini
Just confirm whether session.use_cookies set to 1
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the scope of a variable defined outside a function?
What is difference between sql and php?
What is properties of class?
How come the code works, but doesn’t for two-dimensional array of mine?
Is there an easy way to delete an element from a php array?
How to download file in php?
Can a super () and this () keywords be in same constructor?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Where php basically used?
How to create a session? How to remove data from a session?
Tell me how to find the length of a string?
What is the difference between Split and Explode in PHP?
How does cookies work in php?
How to assigning a new character in a string?
How to enable cURL in PHP?