When is session created?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default When is session created?

    I always thought that session was associated with an
    instance of a browser. I have discovered that if I use a
    hyperlink to display an aspx file in another browser
    instance that both browsers have identical SessionId's. I
    would have thought that each browser instance would have a
    unique ID.

    When is a unique session generated?

    Is there a way to force a hyperlink that displays an aspx
    page in a new IE instance to have a unique SessionID?

    Thanks for your help!!!



    terry Guest

  2. Similar Questions and Discussions

    1. #16263 [Com]: session.start() create new empty session file and not resume existing session
      ID: 16263 Comment by: pat at burnttech dot com Reported By: kur at natur dot cuni dot cz Status: No Feedback...
    2. Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
      Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I...
    3. #8527 [Com]: Session does not work outside the folder it was created in
      ID: 8527 Comment by: gilad dot buzi at bcn dot concatel dot com Reported By: neville_lewis at yahoo dot com Status: ...
    4. cookie and session are not created when using a host file instead of DNS
      When I use a host file entry to point to the host header of the site that I have created on a Win2k server running IIS5, a cookie is not created to...
  3. #2

    Default Re: When is session created?

    open from IEXPLORE.EXE file you will get a new session

    "terry" <terry_wahl@msn.com> wrote in message
    news:09bc01c36041$d5361d20$a001280a@phx.gbl...
    > I always thought that session was associated with an
    > instance of a browser. I have discovered that if I use a
    > hyperlink to display an aspx file in another browser
    > instance that both browsers have identical SessionId's. I
    > would have thought that each browser instance would have a
    > unique ID.
    >
    > When is a unique session generated?
    >
    > Is there a way to force a hyperlink that displays an aspx
    > page in a new IE instance to have a unique SessionID?
    >
    > Thanks for your help!!!
    >
    >
    >

    Alex K Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139