How is user session handled in drupal?
Answer / Rajeev Raghuwanshi
In Drupal, user sessions are managed using the PHP session handling mechanism. By default, Drupal stores sessions as files on the server. The session cookie holds a unique session ID that links the client's browser to the session file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name a few good drupal sites?
Do the content management systems generate the code that are compliant to the various standards of coding?
What is the difference between hook_init, hook_boot, hook_exit?
How to add more than one database in your code?
Why you shouldn’t modify core drupal files ?
Which are the core optional modules in drupal 6.x?
How to backup my drupal site?
How will you create custom hook?
How does drupal compare to ruby on rails?
what is render array in Drupal?
What programming language does drupal use?
Explain the capabilities of views module?