I build a wap that requires a username and password.
To expedite the login process, I figured a user could put the username and
password in the URL saved as a bookmark on the phone. This works fine when
using IE but when using a Motorola i88 phone, the URL seems to be ignored.
Any ideas?
[also, I suppose cookies are not supported on these phones either?]
Kenny - 29 Oct 2003 15:55 GMT
assign username and password into a session variable.
some mobile devices only accept useFullyQualifiedRedirectUrl
so set it to true.
> I build a wap that requires a username and password.
>
[quoted text clipped - 5 lines]
>
> [also, I suppose cookies are not supported on these phones either?]