T
Tom Cole
Howdy,
When a client has cookies turn off, our application uses the ASP.NET 2.0
cookieless session which puts the session id into the URI. Is there anyway
to make it use a query string instead?
Here's an example of what we have:
http://localhost/(S(xpkuhvn3tvuiwsjnyox5t0qd))/default.aspx
This is what we would want:
http://localhost/default.aspx?sid=xpkuhvn3tvuiwsjnyox5t0qd
The reason for this requirement is because the first url runs havoc on our
web analytics. The software keeps thinking that the session token is a
folder...
Thanks so much for your assistance,
Tom Cole
When a client has cookies turn off, our application uses the ASP.NET 2.0
cookieless session which puts the session id into the URI. Is there anyway
to make it use a query string instead?
Here's an example of what we have:
http://localhost/(S(xpkuhvn3tvuiwsjnyox5t0qd))/default.aspx
This is what we would want:
http://localhost/default.aspx?sid=xpkuhvn3tvuiwsjnyox5t0qd
The reason for this requirement is because the first url runs havoc on our
web analytics. The software keeps thinking that the session token is a
folder...
Thanks so much for your assistance,
Tom Cole