client sessions

is there any way to an session-identifier to the client for storing session-parameters in a table.

say:
a user start an client on a host and needs some session-settings stored in a table named session.
the same user starts on the same host a second session and needs other session-settings also stored in the table.

is there a way to do that?

mfg
friedrich toussaint

Don’t know if I understand your what do you want to accomplish, but… I think you can try building something around these new functions:

application.addClientInfo(xxx)

application.getClientCountForInfo(xxx)

setting your application or user name as xxx string, see move sample for more info. Hope it helps