Hi all

I would like to create a login screen which will authentication the user, store the user id and store a generated session ID.

I use FormsAuthentication.SetAuthCookie(USER_ID, False) and later on use id.Ticket.Name to retrieve USER_ID. That's fine and working.

However, how can I store (and retrieve) the session ID? I really need some help. Thanks a million.