Answer Posted / gokul
session data is stored in the server's /tmp directory in files that are named sess_ followed by a unique alphanumeric string (the session identifier).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me how can you pass a variable by reference?
How to initiate a session in php?
How to redirect a page in php?
Are static variables final?
Explain Whitespace Characters?
Which function would you use to read a line of data from a file in php?
The left association operator % is used in PHP for?
How to find a substring from a given string in php?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Which cryptographic extension provide generation and verification of digital signatures?
What is csrf token and how will you add csrf token in ajax?
What type of headers that PHP supports?
How do you clear environment variables?
What is printf in php?
How can you get the size of an image in PHP?