(keitai-l) Re: .ASP with keitai's.Possible..?

From: Ben Hutchings <ben_at_decadentplace.org.uk>
Date: 01/08/03
Message-ID: <20030108122907.GI25934@decadentplace.org.uk>
On Wed, Jan 08, 2003 at 02:07:16AM +0900, Mark Sargent wrote:
> 
> Hi All,
> 
> K, this is because Keitai's don't use sessions, right..?
<snip>

i-mode doesn't support cookies, which are the most common means of
implementing sessions (and what ASP normally uses).

There are older methods of implementing sessions, which you may fall
back on, such as including a session ID as a query parameter or part
of the path in URLs.  Microsoft's explanation of this is at
<http://www.microsoft.com/windows2000/en/server/iis/htm/asp/iiapsess.htm>.

I seem to remember reading about some kind of filter for IIS that
would make ASP session IDs appear in URLs rather than cookies and
thus avoid the need for manual session management.  I can't find any
information about this now, so maybe I misremember.

-- 
Ben Hutchings  |  personal web site: http://womble.decadentplace.org.uk/
Make three consecutive correct guesses and you will be considered an expert.
Received on Wed Jan 8 14:41:27 2003