Ticket #313 (closed enhancement: fixed)

Opened 5 months ago

Last modified 2 months ago

Application & Session storage plugins now work off a structure in scope. You can now even clear the entire storage if necessary without affecting the entire scope. New Methods: clearAll(), getStorage()

Reported by: lmajano Assigned to: lmajano rgonda
Priority: normal Milestone: 2.6.0
Component: Plugins General Version: 2.5.0
Severity: normal Keywords:
Cc:

Description (Last modified by lmajano)

Create a storage scope for all storage plugins:

  • application
  • session

This will help on being able to segregate variables into a bucket within the scopes. So clears can be done if needed.

Application & Session storage plugins will now work off a structure in scope. You can now even clear the entire storage if necessary without affecting the entire scope.

Change History

02/13/08 05:42:44 changed by sullah

PlugIns? should be loaded into Application scope, though few things like Persist-Values should be flexible (session/client scope).

Storing PlugIns? in client-scope or session-scope could have some performance effects.

03/18/08 01:08:49 changed by lmajano

  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.
  • summary changed from Storage plugins: Create Scope for storage to Application & Session storage plugins now work off a structure in scope. You can now even clear the entire storage if necessary without affecting the entire scope. New Methods: clearAll(), getStorage().

Copyright 2006 ColdBox Framework by Luis Majano