Tamino Session

Hello!

I evaluate TAMINO with the XML starter KIT.

Is there any posibility to close an open session, when I don’t know session id and session key?

Till now I know that starting and stoping Tamino Database will close all sessions (rollback posible).
Do you know any other way to close all opened sessions?

Artur Lange

Hi,

see the parameter “Maximum Transaction Duration” in the System Management Hub (Tamino Manager) under

Tamino/Databases/mydb/Properties/Server

Any session exceeding this value will be aborted. Transactions which were not committed will be rolled back.

Best regards

I knew that tamino has this option but it looks that it’s not working with Tamino Starter Kit.

So is it working with Tamino Starter Kit or not?

Thanks for answer :slight_smile:

Hi,

what indicates that termination of sessions after the time given by the parameter “maximum session duration” does not work with XML Starter Kit?

Best regards

Peter

Hi!

So the easiest way to check it is to use your web browser (I have MSIE 5.5),(easy to check also using Java API)

I’m oppening session like this:
http://localhost/tamino/my_database?_connect=*

And everything is ok, I’m reciving session id and session key. The first session is opend!

I can open 4 session (due to licence it’s ok, doesn’t metter what is in “database working threads” in “Managment_HUB//Tamino/my_database/Properties/Server”)

So when trying to open one more session (previous 4 are still opened) I’m reciving something like that:


<ino:message ino:returnvalue=“8555”>
<ino:messagetext ino:code=“INOXME8555”>
Invalid session ID
</ino:messagetext>
</ino:message>

What it’s also due to licence.

I’m waitting as much time as is defined in “maximum transaction duration” and “non-activity timeout” (this is the main parameter witch is interesting me) but after this time nothing happend I still can’t open new session!!! I have to close at least one of old session to start new session.

So do you have any idea what is going on, where I’m wrong?

Thank’s for reading :wink:

Artur