session id is determined by the cookie?

jrefactors_at_hotmail.com
Date: 12/31/04


Date: 31 Dec 2004 11:27:30 -0800

When we open a new web browser, all the windows that are open from that
web browser belong to the same session. However, if we open a new web
browser, then it will be different sessions. Is that the correct
concept?

Another question is if session id is generated by the web server?
Session ID is determined by the cookies? Otherwise, how can the web
server know this is new session, or old session?



Relevant Pages

  • Re: Web Service Session Behaviour
    ... I've been experimenting with managing state using the Session object. ... string value, another that retrieves it. ... The fact that it only applies to an ASP.net web browser session I would ... ASP.NET session state (even for web services) ...
    (microsoft.public.dotnet.framework.webservices)
  • Session Questuin
    ... I thought the concept "Session" meant for a connection between a ... client (web browser) and the web server application, ... SessionIDs for the same connection. ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP.NET Sesssion State, SQL Server, Objects, Invalid Cast
    ... There are a couple of areas where we store ... the state in a class that we then add to the session object. ... Specified cast is not valid." ... Web Browser: Internet Explorer 6.0 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Session Questuin
    ... I thought the concept "Session" meant for a connection between a ... client (web browser) and the web server application, ... SessionIDs for the same connection. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: session id is determined by the cookie?
    ... > web browser belong to the same session. ... This happens as the browser will send current session id (from ... cookie or query string) to the server--and the state is maintained. ... but it depends on the settings --PHP's default ...
    (comp.lang.php)