ASP.NET: Session.SessionID changes between requests
        Posted  
        
            by Seb Nilsson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Seb Nilsson
        
        
        
        Published on 2010-05-20T13:22:16Z
        Indexed on 
            2010/05/20
            13:30 UTC
        
        
        Read the original article
        Hit count: 306
        
Why does the property SessionID on the Session-object in an ASP.NET-page change between requests?
I have a page like this:
...
<div>
    SessionID: <%= SessionID %>
</div>
...
And the output keeps changing every time I hit F5, independent of browser.
I've seen this work correctly in other projects.
© Stack Overflow or respective owner