cookieless=true option and the ways to transfer session id

  • Thread starter Thread starter R.A.
  • Start date Start date
What do you means by "as a parameter" ?

In cookieless mode, it is transferred as part of the querystring.

Patrice
 
Sorry,

I gave this a try. I'm almost sure I gave this a try and it was on the
QueryString (ASP.NET 1.0 vs ASP.NET 1.1 maybe ?)

I see nothing obvious in the configuration schema that would allow to change
this. What exactly is the problem ? Anyway, it shouldn't affect the app in
any other way. Still use the SessionID property, if you need this value.

Patrice
 
Back
Top