(keitai-l) Re: Cookies or not Cookies.. That's the question

From: Mika Tuupola <tuupola_at_appelsiini.net>
Date: 06/06/02
Message-ID: <Pine.GSO.4.10.10206060959140.17906-100000@aurinko>
On Thu, 6 Jun 2002, Isamar Maia wrote:

> lead with the exceptions inside each page for those three browser types.
> The problem is that I need to pass info between the pages and cookies
> are not supported by keitais. 

	Setup a session and save session data to disk, database, shared
	memory (or whatever you prefer). Then pass the sessionid
	between pages using the query string. You of course need to
	dynamically alter every link in the page to include the
	sessionid.

-- 
Mika Tuupola                      http://www.appelsiini.net/~tuupola/
Received on Thu Jun 6 10:02:20 2002