PRB: QueryString Is Truncated When You Use MobileFormsAuthentication (310634)



The information in this article applies to:

  • Microsoft Mobile Internet Toolkit (MMIT)

This article was previously published under Q310634

SYMPTOMS

If you use name-value pairs in the QueryString property in conjunction with the MobileFormsAuthentication property, the values may be lost or truncated when you browse to a Microsoft Mobile Internet Toolkit page.

CAUSE

MobileFormsAuthentication appends the authentication information to the QueryString. However, some devices limit the length of the QueryString, which can result in its truncation.

RESOLUTION

If you are targeting devices that limit the length of the QueryString, do not use MobileFormsAuthentication, or do not append values to the end of the QueryString.

Modification Type:MajorLast Reviewed:6/14/2002
Keywords:kbCHTMLDevice kbDeviceSpecific kbDSupport kbprb kbWMLDevice KB310634