Wednesday, March 21, 2012

persist a class over a session - concept

hello,

i have a class, for example :"CustomerClass" , with a set of public
properies like CustNr,CustName,CustEmail ...
The class is initialised when the session is started.

What is the best way to persist the property values?
Must each property stored in a separate session, and by each access read the
valueof the session - or exist a better way...

thankshttp://spaces.msn.com/sholliday/ 10/24/2005

Check my Blog.

This is a wrapper... to store objects in a session, ... not just properties
of objects.

...

"Xavier" <Xavier@.discussions.microsoft.com> wrote in message
news:DA11396B-EC6B-44BD-BD1C-2ACE2EE491B0@.microsoft.com...
> hello,
> i have a class, for example :"CustomerClass" , with a set of public
> properies like CustNr,CustName,CustEmail ...
> The class is initialised when the session is started.
> What is the best way to persist the property values?
> Must each property stored in a separate session, and by each access read
the
> valueof the session - or exist a better way...
> thanks

0 comments:

Post a Comment