Need to keep client from being logged out at timeout.

G

Garry Freemyer

I've researched this question on internet, and I've tried a number of things
I found to no avail to solve this problem...

I work for a company using Visual Studio 2003 to maintain a website for
realtors.

This webside allows a realtor to fill out a series of forms to get market
analysis among other involved stuff.

There is a lot of data for the realtor to enter and typically they will
start to enter data into a large form, while they are doing so, they
typically need to contact others and play phone-tag with them to get the
data to be submitted.

Because of the default 20 minute timeout, the user ends up timing out before
they can submit the data because it is incomplete and so they try to enter
the next bit of data and rudely find themselves staring at a login screen -
all their data lost!

My boss sold them on an ISP on the strength of being able to setup the app
on their server and being able to solve this logout issue and your's truly
is now charged with solving this mess.

I've worked with the timeout values in IIS default web server and tried a
few other ways to try to prevent them from being rudely bounced, to no
avail.

Nothing seems to have any effect but to waste my time and raise my fear
factor.

Any hints as to some real solutions to this problem would be appreciated. It
appears that the source of the problem is the server logging out users.

Thanks.
 
G

Garry Freemyer

Peter Bromberg said:
The keyword here is "Default". Both the Session Timeout and the Forms
Authentication cookie timeout both are easily configurable with settings
in
the web.config file. RTFM!

"RTFM!"

Oh aren't you a piece of work? My boss tried those things already, they
didn't work. I've tried a bunch of things.
 
G

Garry Freemyer

Mark Rae said:
So increase it...

I don't come to forums but as a last resort after trying everything within
reason including what you said to do to no avail.

I guess thats what happens when some folks attend a forum to feed their ego
instead of helping as well as getting help.
 
S

Scott Roberts

Garry Freemyer said:
I don't come to forums but as a last resort after trying everything within
reason including what you said to do to no avail.

What do you mean by "no avail"? You are not able to change the default? Or
you are not able to set the timeout high enough?

Too much of this thread has been snipped for me to remember for sure, but I
think you are using ASP.NET membership, right? If so, there are methods of
making the authentication cookie permanent (no expiration), which would keep
users "logged in" indefinitely. In fact, there is "Remember Me"
functionality built in to the standard Login control that does just that.

Someone alluded to session timeouts, but considering your situation you
really shouldn't be using sessions at all. Sessions can be lost in a variety
of ways, not just as a result of a timeout.
 
G

Garry Freemyer

Scott Roberts said:
What do you mean by "no avail"? You are not able to change the default? Or
you are not able to set the timeout high enough?

Good question. I mean that what I have tried so far has not had any effect
on anything, as if my changes were completely ignored. I'll speak to my
boss - He's a programmer too, Im going to foreward your message to him.

Thanks kindly!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,135
Latest member
VeronaShap
Top