cookies help

P

Paul M

Hi
At the moment a user can fill in a form only when they have logged in The
login page uses session cookies, these expire after 20 mins which means if
the person has not completed the form they have to start again by logging
in. Are there other types of cookies that expire longer or can a session
cookie be made to last longer before expiring
Paul M
 
S

Stefan B Rusynko

You can change the session timeout (at the expense of server load) from the default of 20 min
See http://www.devguru.com/technologies/asp/9177.asp

- But IMHO if they can't finish a form in 20 minutes there is probably something wrong w/ the form




| Hi
| At the moment a user can fill in a form only when they have logged in The
| login page uses session cookies, these expire after 20 mins which means if
| the person has not completed the form they have to start again by logging
| in. Are there other types of cookies that expire longer or can a session
| cookie be made to last longer before expiring
| Paul M
|
|
 
P

Paul M

Thanks
If the form remains open in the browser will the cookie still be active so
they can fill out the form at there own leasure?
The form is to enter projects online and is rather long
Paul M
 
S

Stefan B Rusynko

Read the explanation of the Session object at
http://www.devguru.com/technologies/asp/9173.asp

A session is considered idle if they do not retrieve a fresh page from the server w/i the session timeout period set
- so if you set it to say 60 min on the form that is how much time they will have to finish/submit the form

If you to increase it on the form page set it back to a more reasonable time on the form confirmation page




| Thanks
| If the form remains open in the browser will the cookie still be active so
| they can fill out the form at there own leasure?
| The form is to enter projects online and is rather long
| Paul M
| | > You can change the session timeout (at the expense of server load) from
| > the default of 20 min
| > See http://www.devguru.com/technologies/asp/9177.asp
| >
| > - But IMHO if they can't finish a form in 20 minutes there is probably
| > something wrong w/ the form
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | > | Hi
| > | At the moment a user can fill in a form only when they have logged in
| > The
| > | login page uses session cookies, these expire after 20 mins which means
| > if
| > | the person has not completed the form they have to start again by
| > logging
| > | in. Are there other types of cookies that expire longer or can a
| > session
| > | cookie be made to last longer before expiring
| > | Paul M
| > |
| > |
| >
| >
|
|
 

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

Top