Whether session will work if we disable cookies in client
browser ?
Answer Posted / ranjan
No.
Server cookie is a session or we can say that session is
also a cookie on the server.
For session to work, cookies on server as well as on client
browser should be enabled.
We can also make session working without cookies enabled on
the client browser by URL session passing
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
Inside a php function, what param needs to be set in order to access a global variable?
Can we extend two classes in php?
What are the php variables?
Is nan in javascript?
Are php session secure?
How to find current date and time?
What is an abstract class in php?
How can I increase my website session?
Does php need apache?
How to genrate report in wordpress cms
What is instantiation?
Tell me how comfortable are you with writing html entirely by hand?
Write a hello world program using variable?
Tell me which function gives us the number of affected entries by a query?
Write an example to remove html tags from a string in php?