[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Do QueryStrings work with WAP (Nextel Phone)?

rooster575

10/24/2003 1:12:00 PM

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?]


1 Answer

Kenny

10/29/2003 2:56:00 PM

0

assign username and password into a session variable.

some mobile devices only accept useFullyQualifiedRedirectUrl
so set it to true.

"rooster575" <rooster575@hotmail.com> wrote in message
news:%23T3c0BjmDHA.2436@TK2MSFTNGP09.phx.gbl...

> 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?]
>
>