How do I prevent cookies from expiring when my browser is closed?
feedback
|
|
You can't. Those cookies are set that way for security. If you are asking about how to set a cookie's expiration date on your own site, then see these PHP and Javascript methods. | |||||
feedback
|
|
Use a cookie editor? | |||
feedback
|