How session works (internal processing of session) ?
Answer Posted / binoyav
I need the answer in more depth.
For ex:- There are two users A & B.
User 'A' is using the machine 'comp_A' and user 'B' is using
'Comp_B'. How the php server knows that user 'A' is using
Comp_A and B is using Comp_B ?
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How can we check the value of a given variable is alphanumeric?
How to convert numbers to strings in php?
Should I learn php before wordpress?
What is Different between Joomla And Magento?
How does csrf token work?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is difference between single quotes and double quotes in php?
What is the latest version of php?
What is php and why it is used?
What are the difference between abstract class and interface in oops?
Do I need apache for php?
Is php pass by reference or value?
Explain setcookie() function in php?
List functions available to sort an php array?
Explain the syntax for ‘foreach’ loop with example.