Forum OpenACS Development: Response to Login/Security tokens without cookies

Collapse
Posted by Henry Minsky on
For handling the i-mode cell phone browsers, I think it is
probably sufficient to use "manually assisted" methods, which would mean just adding a little support in the form of functions to shove some form of the session id into a URL var, and to parse it out.

What I mean is that for i-mode, you have to design new pages anyway, so it won't ever be transparent to handle both desktop and cell phone browsers with the same pages.

For the users who won't enable cookies, I'm not quite as concerned about that. But it would be nice if the request processor made it
as easy as possible to handle this option should it be desired.