Session Questuin

  • Thread starter Thread starter Polaris
  • Start date Start date
P

Polaris

Hi:

In ASP.NET, I thought the concept "Session" meant for a connection between a
client (web browser) and the web server application, and if this is the
case, the "Page_Load()" functions of all aspx pages should show the same
SessionID. But some time I noticed that different pages show different
SessionIDs for the same connection. Anyone like to explain?

Thanks
 
Back
Top