Im working on a ecommerce website, but i have ran into this glitch.
when u create a cookie and set the maxAge to a certain, that value is constant right (it doesnt change over time does it?)
cause everytime a user clicks on a link or refreshes a page, i try to rejuvenate that cookie by adding a certain number of seconds. but in my case it seems like the cookie dies as if i didnt make any moddifcations.
i simply
myCookie.setMaxAge(original + extended);
any thoughts would be appreciated
thx
when u create a cookie and set the maxAge to a certain, that value is constant right (it doesnt change over time does it?)
cause everytime a user clicks on a link or refreshes a page, i try to rejuvenate that cookie by adding a certain number of seconds. but in my case it seems like the cookie dies as if i didnt make any moddifcations.
i simply
myCookie.setMaxAge(original + extended);
any thoughts would be appreciated
thx