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
Theres no way to setup the sessions like this with the built in session functionality of asp.net. Your best bet is to define your own session mechanism