NetTalk Central

Author Topic: Parameter called "SessionID"  (Read 3063 times)

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Parameter called "SessionID"
« 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
« Last Edit: March 12, 2012, 03:51:33 AM by Thys »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Parameter called "SessionID"
« Reply #1 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

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Re: Parameter called "SessionID"
« Reply #2 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