Can the expiry period be set for this cookie and where is it set? If not what is the default expiry period? Many thanks.
Announcement
Collapse
No announcement yet.
ACTINIC_CONTACT - Remember Me
Collapse
X
-
ACTINIC_CONTACT - Remember Me
www.silvermoonbeads.com - Gemstones, Pearls, Hill Tribe sterling silver, Swarovski and Findings.Tags: None
-
The default expiry period is 2 years. This can be changed in the perl script ACTINIC.pm in your site folder.
- edit ACTINIC.pm using a text editor such as notepad.exe
- search for 'my $sExpiry', you will see the following line of code
my $sExpiry = GenerateCookieDate(2 * 365 * 24);
- The expiry is in hours so the above is 2 years x 365 days x 24 hours per day. Adjust the numbers to suit.
- save the changes
- update the web site and test
Gordon Camley
3rd Line Support
SellerDeck.
-
Thank you Gordon. Just what I was looking for.www.silvermoonbeads.com - Gemstones, Pearls, Hill Tribe sterling silver, Swarovski and Findings.
Comment
Comment