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