You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to icat-de...@googlegroups.com
Hi,
I have the problem of ICAT sessions timing out in long running programs. I propose to add a call to icat to refresh the session. This will simply update the termination time of the session so that a new sessionId will not be needed. The duration of the sessions will be as currently defined in the icat.properties file. I propose that the signature of the call (for Java) should be "void refresh(String sessionId)". This is easier to use than getting a new sessionId and avoids having to store credentials.
What do you think?
Steve
alistai...@stfc.ac.uk
unread,
Dec 18, 2012, 9:40:17 AM12/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to icat-de...@googlegroups.com, alistai...@stfc.ac.uk
Steve
Could you not apply your object orientated ideas to the sessionId and to and use an update method on it?