I wan to generate a number for this I have written a program using random function
This function can give me 10-digit number. But I want to store this number in cookie for 1 hour. After one hour another number must be assign before that it must not be assign, even if run include file where random function is written.
I tried to assign value that is coming from that function using session_register().
This function stop assigning new value very time, but in cookie I am unable to assign value for 1 hour.
plese help