Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6671209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:21:38+00:00 2026-05-26T03:21:38+00:00

Is it a good idea to avoid state management techniques(session, cookies etc) in ASP.Net

  • 0

Is it a good idea to avoid state management techniques(session, cookies etc) in ASP.Net MVC 3.0?

If yes then is there any other alternatives available except TempData?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T03:21:39+00:00Added an answer on May 26, 2026 at 3:21 am

    I find that state is nicely maintained in a cache when implementing the repository pattern. In the MVC Futures project, there is also the Html.Serialize method which gives ‘view state like’ state storage.
    http://mvccontrib.codeplex.com/

    For information like items bound to a combobox that we were used to having maintained automatically for us in web forms, a good alternative here is to call off to a repository for the data. The repository maintains a reference to a cache (ideally through an interface you create like – ICache). The repository then caches this data based on for ex. the current users name, key whatever. Some prefer to have a service layer cache, but I feel by design a repository layer was meant for this.

    Session is still used – if you must – it has its place. A lot of ‘bad’ surrounds the session, but if you need to store session specific information and your site isn’t concerned with a large number of hits a day, then you can likely take the hit just fine.

    TempData is great for storing status messages to show on the next request such as ‘record saved successfully’ so you don’t lose it across the redirect and don’t have to pass it on the querystring. Thats about the only thing I use it for although some use it to store data for rebinding on the next request.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My idea is to avoid magic string keys in my Asp.Net MVC application. To
I'm using asp.NET MVC 2 for my current project and I need to validate
SQL Server 2008 Ent ASP.NET MVC 2.0 Linq-to-SQL I am building a gaming site,
There was recently a question asking whether it was a good idea in Java
I've tried to figure out whether using ThreadPools in an ASP.NET site is good
IMPORTANT UPDATE: As Cheran S stated below, it's a good idea to avoid using
I'd like to know if it's a good idea avoid regex. actually I have
Is it a good idea to use while loop instead of a cursor? What
When is it a good idea to use PHP_EOL ? I sometimes see this
Is it a good idea to store my SQL queries in a global resource

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.