How would I setup a script/cookie that will allow visitors to not have to sign up on every visit to my site?
August 30th, 2009
Posted by: admin
My intent is when visitors sign up for my newsletter it will take them to another page. After that, I wanted visitors to not have to sign up again just to go to the main page. What kind of script/cookie would I need? Please help.
By: JSWarner_7
By: JSWarner_7
Tags: Newsletter

August 31st, 2009 at 10:42
you need to set a persistent cookie. this is done by setting an expiration date for the cookie sometime in the future. this will tell the browser to save it on the user’s hard drive rather than just in memory.