|
Posted by Hendri Kurniawan on 07/26/07 10:07
upendrajpr@gmail.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
Navigation:
[Reply to this message]
|