Few questions about the sessionmanager

Posted by jvdb on 11-Feb-2008 05:33

Hi

I've got a few questions on the sessionmanager:

It's possible to create an entry in the sessionmanager to keep a value. Is it also possible to delete entries? After a while there are much entries in the Sessionmanager. Does the amount of the entries influence the performance?

Thanx in advance.

Jan

All Replies

Posted by Peter Judge on 11-Feb-2008 08:29

Hi Jan,

When you say 'create an entry' do you mean the session properties (aka context)? Using setPropertyList()? If so, there's no way to remove an entry.

As far as performance goes, the data is in a temp-table, so it will eventually "page" out to disk. The indexing is good (we did some performance work on this stuff a while ago).

hth

-- peter

This thread is closed