Hello Everyone,
I have done some searching around the MSDN and Google and I am not sure there is a way to do this, but I am going to ask anyway.
In the web.config I can set the cookieless property to True which will stop my application from placing a non presistant session cookie on the users pc and instead appends the session id to the URL.
Since this is in the web.config file this is going to be an application wide change which is undesireable in my situation so, what I was wondering if there is some property that will let me switch this on the fly on a per user basis?
So
if(some condition)
{
//cookieless = true
}
else
{
//cookieless = false
}
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
__________________
===============================================
Doug Parsons
Wrox online library:
Wrox Books 24 x 7
Did someone here help you? Click

on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================