I\'m working on a mobile site where we can\'t rely on the phone hitting the site to have cookie support. I\'m using the cookieless option for sessions and wondering if ther
Can you not store user sessions using a Sql Database instead? I don't think you can change the sessionId position, you could try re-writing the url's but I'm not sure how that would affect .Net's handling of it
EDIT: I just remembered that the Sql option still requires a cookie on the client machine so ignore me