Menu

Login with php session

Help
havanakoda
2008-07-21
2012-09-04
  • havanakoda

    havanakoda - 2008-07-21

    Hi, how i can log in in a website that uses php sessions?
    Thanks

     
  • Anonymous

    Anonymous - 2012-08-18

    I have the same problem.

    I tried with

    ...

    http method="post" url="MYSITE/login.php?type=2"

    <http-param name="URI">http://</http-param>

    <http-param name="OQ"></http-param>

    <http-param name="OP"></http-param>

    <http-param name="USERNAME">profiestate</http-param>

    <http-param name="PASSWORD">12345678</http-param>

    </http>

    <var-def name="startUrl">http://jobs.bizoo.ro/director.php?pagina=1&id=65741</var-
    def
    >

    <html-to-xml>

    <http url="${startUrl}"/>

    </html-to-xml>


    ...where all text in UPPERCASE must replaced with the real information.

    With

    <http url="\\\\"${startUrl}\\\\"/">

    I get the login page, not the page I interested... (here,
    http://MYSITE.php?page=1&id=65741 )

    ...

    Can anyone help?

    Thank you.

     

Log in to post a comment.