[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

07/22/2000 at 01:10AM PDT, ID: 10778181
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.8

Designing ASP without using Sessions

Asked by chupaul in Active Server Pages (ASP)

Tags: delete

Well, everyone knows that using sessions is NOT a scalable design, so what is the recommended design to preserve state on your site.

What I am looking for is a solid design which will handle most design situations.
Here are some basic requirements:

1. To provide scalability on a web farm, I want to avoid sessions.

2. Need to save the username who has logged in and there security level which is obtained from a login user table.

3. May want to save data entered on multiple forms for final updating when the process is completed (e.g. a shopping cart appl. where the order is built but not saved until the user has filled in the Payment screen successfully.
Assume there is too much data to save in hidden fields in the form (plus this is not very secure also).

4. Passing information from one page to another.

5. I want to disable sessions for the website, so I believe this will also prevent the use of cookies also.

6. Provide a timeout feature so that if the user does not respond for 10 minutes then cancel there session (delete the GUID key in the database).

7. Anticipated concurrent users is 500-3000.

Possible options I have seen.

A. Create a GUID for each new user that logs in and use that as a ID to save data in a database table.
Re-read the table on each page that reads and writes session related data.
NOT Sure, where we save the GUID between sessions but possibly as a HIDDEN FORM field or pass it around as a querystring variable (is there a better way?)

B. How to store various variables e.g. as an array ? maybe in the form of a dictionary object ?

C. Save the data in a file on the File server but I think this is less efficient than using a database table.

D. Use a COM component to perform saving the data in COM object but I believe this method will use a lot of memory.

E. Save the data on the client side and pass it back to the server (how to do this ? )

Ideally, the answer should work for Internet or Intranet.

Please give reasons for your recommendations.

Thanks for your efforts.


[+][-]07/22/00 06:43 AM, ID: 3519713

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/22/00 06:55 AM, ID: 3519749

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/22/00 07:11 AM, ID: 3519857

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/22/00 07:50 AM, ID: 3520078

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/22/00 12:45 PM, ID: 3522453

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/22/00 01:02 PM, ID: 3522574

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/22/00 01:06 PM, ID: 3522592

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/22/00 02:36 PM, ID: 3523076

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/22/00 05:46 PM, ID: 3523935

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/23/00 01:53 PM, ID: 3529972

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/23/00 05:05 PM, ID: 3531172

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/23/00 05:15 PM, ID: 3531242

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/23/00 05:16 PM, ID: 3531245

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/23/00 05:17 PM, ID: 3531247

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/23/00 05:17 PM, ID: 3531248

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/23/00 05:50 PM, ID: 3531552

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/23/00 11:08 PM, ID: 3534196

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/24/00 12:37 AM, ID: 3535515

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Active Server Pages (ASP)
Tags: delete
Sign Up Now!
Solution Provided By: brantley
Participating Experts: 4
Solution Grade: A
 
 
[+][-]07/24/00 12:44 AM, ID: 3535621

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/24/00 12:44 AM, ID: 3535622

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74