HighTechTalks DotNet Forums  

Customize munged URL or dynamicly create Session

ASP.net Mobile microsoft.public.dotnet.framework.aspnet.mobile


Discuss Customize munged URL or dynamicly create Session in the ASP.net Mobile forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Lionel LASKE
 
Posts: n/a

Default Customize munged URL or dynamicly create Session - 05-24-2006 , 11:34 AM






Hi,

I'm working on a Mobile Webform application for an i-mode terminal.
Because i-mode terminals don't support cookie we need to use a cookieless
session.
With a cookieless session, the .NET Framework 1.1 do a redirect to generate
a munched URL so if the initial page is:

http://servername/virtualdirectory/page.aspx

..NET Framework do a redirect on:

http://servername/(SessionId)/virtua...tory/page.aspx

Unfortunatly, our web server use an ISAPI filter to forbid all access on
other directory than "/virtualdirectory".
So, the redirect on "/(SessionId)" doesn't work. Bad news: because the ISAPI
filter is a third-party component, there's nothing we can do against that
feature.

My questions are:
- Is there a way to change the munched url to
"http://servername/virtualdirectory/page.aspx?sessionId=(SessionId)" ?
- Is there a way to dynamicly create a Session object, i.e. something like a
method CreateSessionFromSessionId()

Thanks in advance for your answers.

Lionel.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.