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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:33:28+00:00 2026-06-12T17:33:28+00:00

We have an app written in ASP.NET MVC 3, that uses @Html.AntiForgeryToken() . We

  • 0

We have an app written in ASP.NET MVC 3, that uses @Html.AntiForgeryToken().

We want to validate the token in our custom attribute (without a need of specifying the default attribute [ValidateAntiForgeryToken]). This should be pretty straightforward, but I’ve found an interesting inconsistency.

  1. All the code below is running within the following method:

    [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
    public class ValidateJsonAntiForgeryTokenAttribute : FilterAttribute, IAuthorizationFilter
    {  
        public void OnAuthorization(AuthorizationContext filterContext)
        {
        ...
    
  2. AntiForgeryConfig.CookieName value is __RequestVerificationToken. That seems to make sense.

  3. filterContext.HttpContext.Request.Cookies contains 1 cookie – but its name is __RequestVerificationToken_Lw__.

Question: aren’t those two supposed to be the same so I can use following snippet to get the cookie?

var cookie = filterContext.HttpContext.Request.Cookies[AntiForgeryConfig.CookieName];
  • 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-06-12T17:33:29+00:00Added an answer on June 12, 2026 at 5:33 pm

    The default cookie name changed between MVC 3 and MVC 4. In MVC 3, the default cookie name contains “Lw” and extra underscores near the end. Can you confirm that the cookie is being generated by an MVC 4 application instead of an MVC 3 application?

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

Sidebar

Related Questions

I have a main website app written in ASP.NET's MVC 3. Now, what I
I have an ASP.NET MVC 3 (using Entity Framework 4.2) application that uses transactions
We have written Web application using ASP.NET MVC, which will be hosted in our
I have an ASP.NET MVC 3 website that communicates with my iOS app via
I have a web app written in ASP.NET MVC 3.0. There are some largish
We have an app in ASP.NET MVC 3 that, due to legacy and porting
I have a web application written in ASP.NET, Framework 4.0. The web app is
I have written an ASP.NET page for a customer which uses the C# Facebook
I have a web app written with C# to run in an ASP.NET environment.
I am trying to learn ASP.NET MVC by porting my current app written in

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.