Service:
                                        ASP.NET Session
                                    
                                    
                                        Purpose:
                                        At the beginning of a new session, the server stores the Session ID in the user's Web browser as a cookie. The SessionID cookie is similar to a locker key in that, as the user interacts with an application during a session, ASP can store information for the user in a "locker" on the server.
                                    
                                    
                                    
                                        Expiry:
                                        Session
                                    
                                    
                                        Name:
                                        ASP.NET_SessionId
                                    
                                    
                                        Provider:
                                        nethandil.ft.fo