Thread: Session ID

  1. #1
    Unregistered
    Guest

    Session ID

    While you create cgi program in c++, how do u obtain the session id? or is there anyway u can generate unique ID that can be used to identify session?

    Thanks.

  2. #2
    Registered User mfc2themax's Avatar
    Join Date
    Aug 2001
    Posts
    347
    Use a cookie to store the users session. If your doing something like a shopping cart, i recomend using ASP or JSP and writing the session state to a database.
    mfc2themax-Creator of all that is.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interactive vs non-interactive terminal session question
    By Overworked_PhD in forum Tech Board
    Replies: 2
    Last Post: 06-18-2009, 07:30 PM
  2. ensure my prog only starts in session 0
    By knutso in forum Windows Programming
    Replies: 2
    Last Post: 11-15-2006, 01:42 AM
  3. How to write a session manager?
    By Logan in forum C++ Programming
    Replies: 0
    Last Post: 04-25-2006, 06:34 PM
  4. Multi session disk
    By GSLR in forum Tech Board
    Replies: 11
    Last Post: 11-24-2003, 07:32 PM
  5. VC++ launching and communicating with telnet session
    By bhorrobi in forum C++ Programming
    Replies: 0
    Last Post: 01-06-2002, 04:10 PM