How can I transmit session id in login php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • upendrajpr@gmail.com

    How can I transmit session id in login php

    Dear friends,

    I am a DBA and new to php. I am developing a
    website using php 5.2.1 with mysql. I want to transmit session id in
    login and useing certain form to only validated users.

    Now My attached form can be used anybody by simple type full URL
    in address bar. I want to use that form only validated users. I used
    with some variable but it cann't worked in some other pages.

    How can I transmit session id ?

    I am stuck at this stage and nobody is helping me here???

    Thankyou in advance.

    situ

  • Captain Paralytic

    #2
    Re: How can I transmit session id in login php

    On 26 Jul, 06:25, upendra...@gmai l.com wrote:
    Dear friends,
    >
    I am a DBA and new to php. I am developing a
    website using php 5.2.1 with mysql. I want to transmit session id in
    login and useing certain form to only validated users.
    >
    Now My attached form can be used anybody by simple type full URL
    in address bar. I want to use that form only validated users. I used
    with some variable but it cann't worked in some other pages.
    >
    How can I transmit session id ?
    >
    I am stuck at this stage and nobody is helping me here???
    >
    Thankyou in advance.
    >
    situ
    "... nobody is helping me here???"

    As far as I can see lots of people have tried to help you. The fact
    that you are unable to follow their advice is down to you.

    Comment

    • upendrajpr@gmail.com

      #3
      Re: How can I transmit session id in login php

      On Jul 26, 1:45 pm, Captain Paralytic <paul_laut...@y ahoo.comwrote:
      On 26 Jul, 06:25, upendra...@gmai l.com wrote:
      >
      >
      >
      Dear friends,
      >
      I am a DBA and new to php. I am developing a
      website using php 5.2.1 with mysql. I want to transmit session id in
      login and useing certain form to only validated users.
      >
      Now My attached form can be used anybody by simple type full URL
      in address bar. I want to use that form only validated users. I used
      with some variable but it cann't worked in some other pages.
      >
      How can I transmit session id ?
      >
      I am stuck at this stage and nobody is helping me here???
      >
      Thankyou in advance.
      >
      situ
      >
      "... nobody is helping me here???"
      >
      As far as I can see lots of people have tried to help you. The fact
      that you are unable to follow their advice is down to you.


      plz don't go for "...nobody is helping here???" hear 'here' means
      in my place where I live not in this supereb community...whe re lots of
      time I got the right help...

      Comment

      • Captain Paralytic

        #4
        Re: How can I transmit session id in login php

        On 26 Jul, 10:01, upendra...@gmai l.com wrote:
        On Jul 26, 1:45 pm, Captain Paralytic <paul_laut...@y ahoo.comwrote:
        >
        >
        >
        >
        >
        On 26 Jul, 06:25, upendra...@gmai l.com wrote:
        >
        Dear friends,
        >
        I am a DBA and new to php. I am developing a
        website using php 5.2.1 with mysql. I want to transmit session id in
        login and useing certain form to only validated users.
        >
        Now My attached form can be used anybody by simple type full URL
        in address bar. I want to use that form only validated users. I used
        with some variable but it cann't worked in some other pages.
        >
        How can I transmit session id ?
        >
        I am stuck at this stage and nobody is helping me here???
        >
        Thankyou in advance.
        >
        situ
        >
        "... nobody is helping me here???"
        >
        As far as I can see lots of people have tried to help you. The fact
        that you are unable to follow their advice is down to you.
        >
        plz don't go for "...nobody is helping here???" hear 'here' means
        in my place where I live not in this supereb community...whe re lots of
        time I got the right help...- Hide quoted text -
        >
        - Show quoted text -
        Well when you put "here" in this forum, then this forum is where
        "here" is!

        Comment

        • Hendri Kurniawan

          #5
          Re: How can I transmit session id in login php

          upendrajpr@gmai l.com wrote:
          Dear friends,
          >
          I am a DBA and new to php. I am developing a
          website using php 5.2.1 with mysql. I want to transmit session id in
          login and useing certain form to only validated users.
          >
          Now My attached form can be used anybody by simple type full URL
          in address bar. I want to use that form only validated users. I used
          with some variable but it cann't worked in some other pages.
          >
          How can I transmit session id ?
          >
          I am stuck at this stage and nobody is helping me here???
          >
          Thankyou in advance.
          >
          situ
          >
          Session ID is **Supposed** to be transferred by the browser automatically.
          So your page need only to check from the session whether or not the user
          has been authenticated or not.

          PLEASE READ: http://www.php.net/manual/en/ref.session.php

          Hendri kurniawan

          Comment

          Working...