CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Oct 2011
    Posts
    4

    Creating session

    I need to create a user login session management for a chat application. The default value is 0 which mean that the user is offline or the session has expired. 1 mean that the user is online. How do I do this in c#.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Creating session

    What have you done thus far?

    Google?

    Code?

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured