Description
|
I have 2 templates that I'm using for testing purposes.
One opens a session and the other closes the session...I'm
using the Cold Fusion Co-Server. I use Screen.SessionKey
in the first template to return what I thought was the
session key that I obtain immediately after <TEACTION
CONNECT "LU_GROUP_1:TN3270:"+web.IPAddress>. I also return
a session key from the home page I want to exit the session
from. The two are different? (at least in the last portion
of the string). The problem is that when I try <TEACTION
GETSESSION> with the session key in the URL that I get, it
generates a connection error. If I go to the open session
however, in the administrator console, and copy the session
key from status page, the reconnect works. How come that
session key is different then what Screen.SessionKey
returns and how do I obtain it? Also I can't display the
status information from the special status recordset (with
I hope t
|