CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2010
    Posts
    4

    Session ID help please.

    Hey guys
    Just registered, found via google, looks like an EXCELLENT community at first glance.
    I know this may seem stupid like my first post and asking for help already but im really stuck -.-"

    i have a program, that im coding its in C++,
    If this is in the wrong section please move it.

    Well the problem is i want to change
    user-agents in the program but when i do that, it says in the program its changing but in the traffic when i check it is actually not.
    I need to change the user-agents so the session ID refreshes.

    Thanks and please help me

    I will pay if you require PM me for more details on pay, or reply here Thanks

    P.s if this is in wrong section sorry you can move it.

  2. #2
    Join Date
    Mar 2010
    Posts
    4

    Re: Session ID help please.

    Bump guys, still need your help!!

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Session ID help please.

    Well the problem is i want to change user-agents in the program but when i do that, it says in the program its changing but in the traffic when i check it is actually not.
    What are you talking about ? What user-agent in which program ?

  4. #4
    Join Date
    Mar 2010
    Posts
    4

    Re: Session ID help please.

    Like
    i have a bruteforcer, but i need it to refresh teh session ID after every 3 attempts
    Like the JSESSIONID= BLAHBLAH needs to change, after experimenting i have found if i open it in different user-agents that this id changes that's what i need to implent into the program.

    Thanks.

  5. #5
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Session ID help please.

    Since you are new to the forum, please do not assume we understand your terminology, or, your problem. You'll get much more help if you explain your problem in detail with specific questions and/or code examples.
    Gort...Klaatu, Barada Nikto!

  6. #6
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Session ID help please.

    Looks like something to do with a java cookie not working. Are you sure this is a Visual C++ problem and not a java/script/web problem ?

  7. #7
    Join Date
    Mar 2010
    Posts
    4

    Re: Session ID help please.

    Quote Originally Posted by OReubens View Post
    Looks like something to do with a java cookie not working. Are you sure this is a Visual C++ problem and not a java/script/web problem ?
    No it is definately coded in C++ ,

    Quote Originally Posted by Mike Harnad View Post
    Since you are new to the forum, please do not assume we understand your terminology, or, your problem. You'll get much more help if you explain your problem in detail with specific questions and/or code examples.
    i need a way to refresh the session ID without reauthenicating the session (in which i mean changing browsers/User-agents) to get it to refresh SESSION ID.
    Like when u re Enter captcha it will reauthenciate, and give u a new session ID, i need a way to refresh the session whilst in the session.

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