I want to create a form in drupal 6 that user has force to fill the fields in a limited time (eg: 10 min).
I want to handle this limit time in the server side of my code.I don’t want the user can change the time by change it’s system clock.
Is it possible without $_SESSION ?
Use a PHP session. Something like this should work: