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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:10:39+00:00 2026-05-27T01:10:39+00:00

In my website I am not using cookies. When the user logs in, I

  • 0

In my website I am not using cookies. When the user logs in, I validate the user credentials by getting password from database and if user credentials are validated I store the Email ID and other user related information into a session. I use the session values in other pages to validate the user for that page.

WebConfig:

<sessionState cookieless="true" />
    <authentication mode="Forms">
      <forms name=".YAFNET_Authentication" loginUrl="Home.aspx" 
protection="All" timeout="43200" cookieless="UseUri"/>
    </authentication>

If I select UseUri for cookiless then the url is

(S(2zlu5ry2ewsqfuzkfcmy1xl5))/Home.aspx

What is attached to my url, Is it secure to expose this value, I want to use cookie-less session because most of the iPhones browsing the site have cookies disabled.

I have an SSL certificate for my website. I am worried if displaying the above value in url will compromise the security?

  • 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-27T01:10:40+00:00Added an answer on May 27, 2026 at 1:10 am

    by default session id values are stored in cookies. If you mention cookieless mode,session id will be appended to the URL.

    FROM MSDN
    http://msdn.microsoft.com/en-us/library/ms178581.aspx

    Session Identifiers

    Sessions are identified by a unique identifier that can be read by
    using the SessionID property. When session state is enabled for an
    ASP.NET application, each request for a page in the application is
    examined for a SessionID value sent from the browser. If no SessionID
    value is supplied, ASP.NET starts a new session and the SessionID
    value for that session is sent to the browser with the response.

    By default, SessionID values are stored in a cookie. However, you can
    also configure the application to store SessionID values in the URL
    for a “cookieless” session.

    A session is considered active as long as requests continue to be made
    with the same SessionID value. If the time between requests for a
    particular session exceeds the specified time-out value in minutes,
    the session is considered expired. Requests made with an expired
    SessionID value result in a new session.

    Security Note SessionID values are sent in clear text, whether as a
    cookie or as part of the URL. A malicious user could get access to the
    session of another user by obtaining the SessionID value and including
    it in requests to the server. If you are storing sensitive information
    in session state, it is recommended that you use SSL to encrypt any
    communication between the browser and server that includes the
    SessionID value.

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

Sidebar

Related Questions

I'm building a mixed https/http website using PHP. When the user logs in (via
I am trying to block a user's PC permanently from using my website. Until
I am using 960.gs for designing website layouts. I could not able to find
I'm using Jmeter to do a load testing for a website. JMeter does not
I'm in the process of recreating our website using MVC3. I can not wrap
SUMMARY: When browsing an ASP.NET website using Windows Explorer, popup windows do not borrow
I have a website developed using asp.net/C#. I would like to lock an user
I need to scrape from a website that requires authentication, that is a user
I am creating a website on ASP.Net in which a user logs on and
I'm using sessions in Django to store login user information as well as some

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.