Customize munged URL or dynamicly create Session

L

Lionel LASKE

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)/virtualdirectory/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 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top