Simulating User Action?

P

PeteCresswell

Batch job running all by it's lonesome on a Citrix server at 0200 in
the morning.

Problem is that the Citrix server is set to automagically terminate a
user's sesh after 15 minutes of inactivity.

I'm looking for something I can do in code that will make Citrix think
the user did something in the UI.

I'd invoke that something from the outer loop of the batch process -
which would be a couple times a second - so I'm looking for something
that won't make the UI all jittery in the event that somebody is
actually watching the process (trying to debug it or something...).

??
 
S

S.Clark

I have no idea what Citrix will interpret as a session-saving user input.
That being said, you could make a form timer that will trigger 'something
valid' every 12 minutes. Maybe open and close a form will do the trick??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top