Tell me how to initiate a session in php?



Tell me how to initiate a session in php?..

Answer / Arnab Ghosh

"To initiate a session in PHP, you can use the following code:

```php
session_start();
```"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is the difference between == and === operator in PHP?

1 Answers  


what is constructor in a class, how it is work, how it is call?

2 Answers  


How to read a file in binary mode?

1 Answers  


How to read one character from a file?

1 Answers  


Is php object oriented?

1 Answers  


How cookies are trported from browsers to servers?

1 Answers  


Why is php so popular?

1 Answers  


How to move uploaded files to permanent directory?

1 Answers  


Is polymorphism inherited?

1 Answers  


Describe the importance of DABA BASE ABSTRACTION LAYERS in PHP and database connection?

1 Answers  


What is the apache?

1 Answers  


What is die in php?

1 Answers  


Categories