Lars Grupe wrote:
Hi,

What is the right implementation for the following scenario:

I have an element with several submissions.
And I would like to have a long string that is only stored in the
session.
Everytime a submission is called I want read the long string change it
and store it again.

Thanks for your help in advance

Cheers,
Lars

You can write a SessionManager façade that manages a final-static map of Session objects. To keep memory usage to a minimum, the SessionManager will need to purge expired sessions at regular intervals using threading.

Eddy
--
http://coding.mu
http://priscimon.com/blog
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to