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

Threaded View

  1. #1
    Join Date
    Apr 2009
    Posts
    1

    Lightbulb (OpenSSL C++)How to determine which session id client attempts to reuse

    Hello All,
    I am trying to find out which session id client send to the server for session resumption.
    It is easier to find if session is resumed successfully by calling SSL_get0_session.
    But if the session resumption fails, then server/client establish a new session (and a new session id get send to client), In this case, how do we know what session id was send by the client so that I could use this session id to remove this entry from the server session cache.

    secondly, How we we determine if the client has actually send a session id ( or it did not).


    Ali
    Last edited by ali12345; April 18th, 2009 at 11:57 PM. Reason: Want to make title more meaningful to readers

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