Announcement

Collapse
No announcement yet.

ACTINIC_CONTACT - Remember Me

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ACTINIC_CONTACT - Remember Me

    Can the expiry period be set for this cookie and where is it set? If not what is the default expiry period? Many thanks.
    www.silvermoonbeads.com - Gemstones, Pearls, Hill Tribe sterling silver, Swarovski and Findings.

    #2
    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.

    Comment


      #3
      Thank you Gordon. Just what I was looking for.
      www.silvermoonbeads.com - Gemstones, Pearls, Hill Tribe sterling silver, Swarovski and Findings.

      Comment

      Working...
      X