• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Limiting the lifespan of a SharedObject

Engaged ,
Oct 14, 2013 Oct 14, 2013

Copy link to clipboard

Copied

My client would like me to limit the existence of a SharedObject to 100 days. IE, the the client's computer has not accessed the swf I am creating for more than 100 days, the SharedObject would be deleted.

Is this possible, and if so how?

r.

Views

561

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 19, 2013 Oct 19, 2013

Copy link to clipboard

Copied

LATEST

I'm pretty sure there's no way to have the browser actually expire and/or delete old SOs, but you can certainly manually implement this functionality by including a Date field in your SO and checking that when you want to do or not do something based on time. I've done this with SOs many times.

-Aaron

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines