request.forms sporadically returns no data even though the user entered data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike

    request.forms sporadically returns no data even though the user entered data

    I'm experiencing a really annoying problem on my site: users are
    entering data, but when they submit the form, once in a while
    request.forms returns an empty string instead of the string its
    supposed to get. Anyone seen this behavior before? Is there a
    solution?

    Thanks,
    Mike
  • Ray Costanzo [MVP]

    #2
    Re: request.forms sporadically returns no data even though the user entered data

    Computers will typically always give the same result when the same operation
    is performed. Chances are something else is going on.

    Are you authenticating your users by any chance?

    Ray at work

    "Mike" <mike_newsgroup s@yahoo.com> wrote in message
    news:6a68ace3.0 410211318.4ab10 e14@posting.goo gle.com...[color=blue]
    > I'm experiencing a really annoying problem on my site: users are
    > entering data, but when they submit the form, once in a while
    > request.forms returns an empty string instead of the string its
    > supposed to get. Anyone seen this behavior before? Is there a
    > solution?
    >
    > Thanks,
    > Mike[/color]


    Comment

    Working...