Re: [off topic] HTTP Cookie Persistence

2002-02-28 Thread Eddie Bush
ay, February 28, 2002 3:30 PM Subject: Re: [off topic] HTTP Cookie Persistence > Put an expiration date that is far in the future, say 10 years from now. > Every time the cookie is updated, change the date to current_time + 10 > years and you should be OK. > > - Saeid > >

Re: [off topic] HTTP Cookie Persistence

2002-02-28 Thread Saeid Zoonematkermani
Put an expiration date that is far in the future, say 10 years from now. Every time the cookie is updated, change the date to current_time + 10 years and you should be OK. - Saeid At 01:22 PM 2/28/2002, you wrote: >I know how to create cookies, and how to cause them to expire. I also >know h

[off topic] HTTP Cookie Persistence

2002-02-28 Thread Eddie Bush
I know how to create cookies, and how to cause them to expire. I also know how to cause a 'session cookie' to be created. However, what I would like to do is create a cookie that persists 'forever'. Is there a way to do this? What I want to do is give site visitors the ability to log in once