NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Thys on March 12, 2012, 03:25:24 AM
-
Hi,
On a page I have a number of parameters being passed to it. I pick them up using p_web._LocalDataQueue. One of these parameters is called "SessionID". For some reason the parameter "SessionID" is not listed in the queue. Is it a preserved word or something?
Thanks,
Thys
-
yep.
SessionId contains, well, the session id. It's placed, not in the value queue, but in the
p_web.SessionId
property.
Now, there _may_ be complications with you specifying the SessionID like this, or maybe not. It depends a bit on your whole setup, where this link is coming from, and so on.
cheers
Bruce
-
Bruce,
In the specific application I will be receiving a parameter "SessionID" which has no relevance to the NT sessionid. I will ask them to rename it, otherwise I won't get what the calling application is passing as its own sessionid.
Thanks
Thys