How can we know that a session is started or not?
Answer Posted / rahul
on head of the page we have to write
session_start();
statement.
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is the function func_num_args() used for?
How do you explain independent and dependent variables?
How to remove white spaces from the beginning and/or the end of a string in php?
Are objects passed by value or by reference?
What is difference between session and cookies in php?
Can you explain, when to use if-else if-else over switch statements?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
What is the difference between Session and Cookie?
Which function you can use in php to open a file for reading or writing or for both?
What are php loops?
Is python easier than php?
What is csrf validation?
Can we use onclick in submit button?
How break and continue while loop in php?
What is cookie and session in php?