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 6087519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:52:46+00:00 2026-05-23T11:52:46+00:00

I am trying to set up a session wrapper in a MVC 3 application.

  • 0

I am trying to set up a session wrapper in a MVC 3 application. This post gives the general idea of what I’d like to do: http://weblogs.asp.net/cstewart/archive/2008/01/09/strongly-typed-session-in-asp-net.aspx

However the session is always null when it is accessed. This class is outside the controllers, and currently, the variable in question is being accessed outside the controllers.

Here is the class:

public sealed class SessionManager : IRequiresSessionState
{
    private const string CurrentCultureKey = "CurrentCulture";
    public static Culture CurrentCulture
    {
        get
        {
            if (null != HttpContext.Current.Session[CurrentCultureKey])
                return (Culture)HttpContext.Current.Session[CurrentCultureKey];

            return Culture.En;
        }
        set
        {
            if (HttpContext.Current.Session != null)
            HttpContext.Current.Session[CurrentCultureKey] = value;
        }
    }
}

I added the IRequiresSessionState, but that did not seem to work either.

I am using this variable to help with a custom routing, in the case I cannot have the culture in the address (/En/Controller/Action) I wanted to track it in the session. This would be helpful for custom error views.

I have a feeling I’m heading down a wrong road, so if anyone can point me in the right direction I would appreciate it.

  • 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-23T11:52:47+00:00Added an answer on May 23, 2026 at 11:52 am

    So, in the end I did not find a way to access the session outside the controller action methods. I instead stored the value in a cookie, which made more sense.

    However, if the user had cookies turned off, and an error happened on the site, currently they would be forwarded to the default language. I will likely have to store this information in the database, or a cache item with a unique ID in the case there are no cookies.

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

Sidebar

Related Questions

I am trying to start session this way: session.auto_start = 1 I set it
I have this session variable which i am trying to set to an access
I am trying to set Session values using a IHttpModule. I have set the
Im trying to set up a session and i am getting a header error,
I'm trying to set a session cookie restricted to a particular path (let's say
I'm trying to set up a shell script that will start a screen session
I'm trying to display an attribute value of ArrayList from JSP set in session
I am trying to set session attribute in a jsp function. The function reads
Related question: Set session to scrape page As a personal project, I'm trying to
I am trying to set up a mono asp.net 4.0 test website that uses

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.