From: Chris v. O. <chr...@gn...> - 2006-02-17 11:24:31
|
> Hi Chris, > > Is the ResetOnLogout session option what you want? You > would logout using your local Session object which would > send a logout message to the other process. The logout would > cause a reset of the message store (resend log and sequence > numbers) in the remote session if the option above is enabled > in it's settings. This would mean you can't logout the session > /without/ starting a new logical session. Is that a problem > in your case? Steve, Thanks for the reply. This is handy information, but a little less than a perfect solution for me. I was hoping to be able to trigger an EOD from an option on my client app as I am doing alot of testing with re-sequencing against an acceptor type app and only need to EOD about half of the time. Maybe setting the option to true and killing my app uncleanly when I don't want to EOD will be a good workaround for me. Thanks for your help, Chris |