Terminal Server Session ID

  • Thread starter Thread starter Joe Gast
  • Start date Start date
J

Joe Gast

When a client connects to a terminal server they are
assigned a session ID. How can I assign a session ID to a
single machine so they get that session ID each time and
no one else gets that ID.

Thanks,

Joe
 
I have a similar problem. I have an telephony aplication
that will make and screenpop to an Terminal Emulator
running in a Terminal Service session.
I need to identify the the phone number associated with
the ThinStar station running the Terminal service session
in order to monitor the correct ACD extension.
We did that with Citrix because it puts an enviroment
varible named clientname that identifies the fisical
station in the Terminal service session.
Is It possible?. Like to put the net mask of the station?
 
I'm not sure if I understand exactly what you want to do, but you
can use %clientname% also on a plain Terminal Server.
Type set | more in a TS session to see all environment variables
that are available.
 
Back
Top