sorry accidentally got posted
userid on;
userid_name ohId;
#userid_domain
example.com;
userid_path /;
userid_expires 365d;
so when i first visit the website, the expire time is set to a particular date.
when i revisit the website.. the cookie expire time should be 365days + current time.. I though this is the default behaviour. Is it not?
If now, is there a way where i can update the expire time of the cookie ?
Aditya
On Friday, January 18, 2013 2:48:05 PM UTC+5:30, adi...@adityav.me wrote:
Is it possible to update the cookie expires time when a user revisits the website?
userid on;
userid_name ohId;
#userid_domain example.com;
userid_path /;
userid_expires 365d;