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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:36:57+00:00 2026-05-25T03:36:57+00:00

is there any security issue realated to leaving ASP.NET Session ID value on html

  • 0

is there any security issue realated to leaving ASP.NET Session ID value on html hidden field?

Its in order to work around a problem when using uploadify, which is based on flash to work and have known problems (this link, look for ‘STEP 6’) in sending the right cookies to the server through ajax request so I’m having problems when trying to authenticate against my session based authentication process.

By puuting SessionId value in a hidden field it allows me to grab the right valu and after some code on global.asax sucefully work around this problem.

Am I doing something totally wrong? Btw, im using 128bit ssl encryption.

Thank you!!!

EDIT:
The point is, if session ids are alaways present in https post/request, whats the difference if I store them as a post argument or as cookie value beign sent within an http req.? If someone that intercepts my req and get my SessionId can easily bypass security, whats the best way to implement autenthication???

  • 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-25T03:36:58+00:00Added an answer on May 25, 2026 at 3:36 am

    Yes anyone getting hold of the session id can access that user’s session. This is a big security risk, made worse by the fact many people wrongly use it for custom authentication (which you appear to be doing).

    By writing it into the page your making it easier to steal via XSS techniques and others. Session is not at all secure, that’s why .NET has it’s own authentication scheme using encryption and entirely decoupled from session.

    I can send you a link, set your cookie, wait for you to login, share the same cookie and access all your details as if I were you. Session Id is a random token there is no encryption at all.

    The way to implement authentication is via the .NET authentication cookie, and optionally the use of MembershipProvider. This creates an encrypted cookie based on the server unique machine key. Only this server can decrypt the cookie in order to authenticate the user. If someone forces a session ID on you, or steals it, they still can’t authenticate as you.

    Of course someone could also steal your authentication cookie, but there’s an option to only serve the cookie over SSL to protect against this, and it can’t be forced on you due to encryption.

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

Sidebar

Related Questions

Is there any comparison to show why JSP/ASP.Net is better from security point of
Are there any security issues keeping the .NET PDB files on the real server?
Is there any security issue in allowing richtext commenting on blog for public visitors?
Are there any known security issues related to running a web application via a
Are there any security exploits that could occur in this scenario: eval(repr(unsanitized_user_input), {__builtins__: None},
Am wondering if there would be any security flaw in this approach. I am
Is there any free or commercial component written in .NET (no COM interop) that
Is there any way to capture the MouseDown even from the .NET 2.0 TextBox
I have just recently run into an issue running an asp.net web app under
Are there any security issues in using JSON for just data transfer, other than

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.