Not knowing what language you are using?
With asp vbscript you could increase the session time out to
something like
this,
<%
Session.Timeout = 240
%>
This should give you plenty of time for the session to time
out and see if
that is what it is.
a normal session is around 20 min.
Dave
"Tag2007" <webforumsuser@macromedia.com> wrote in
message
news:epaol1$lc6$1@forums.macromedia.com...
> Hello all,
>
> I have a form that inserts a record and its working well
enough.
> The problem I have is that the form takes a lot of data
from the user and
> depending on the speed its filled in some users are
getting times out I
think?
>
> They dont get an error they tellme they get a page
cannot be displayed at
the
> end when they submit?
>
> This puzzles me because Id have thought they would have
been thrown to
the log
> in and the log in would send them to the previous URL ??
>
> Anyway all I can deduct is that they are taking too long
to fill it out
and i
> ned to do something eithr split the form into a couple
of forms which
would be
> a real pain??
>
> Id be greatfull to hear how you guys accomplish large
input forms.
>
> Thanks
> Tag
>