NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Thys on March 12, 2012, 03:25:24 AM

Title: Parameter called "SessionID"
Post 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
Title: Re: Parameter called "SessionID"
Post by: Bruce on March 12, 2012, 05:49:03 AM
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
Title: Re: Parameter called "SessionID"
Post by: Thys on March 12, 2012, 05:57:02 AM
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