Hello! Tell setCookie , please, when setting the cookie lifetime, for example, with the setCookie function
setСookie( $inKey , '345' , time()+3600 ); How is it checked that the lifetime has not yet expired? Do you use time on a client machine or server?