Logging in and out of secure page

liunx

Guest
Hi all,<br />
<br />
Can anyone see a way around this problem.<br />
<br />
I have a site which uses a membership area. Users login with USERNAME and PASSWORD. Once they are logged in they can purchase goods on-line. <br />
<br />
If a user clicks on an item they want to buy they are redirected to a ClickBank account, they make the purchase and are then redirected to a thankyou page.<br />
<br />
Because they are coming back to the members area the webserver is asking for LOGINANME and PASSWORD again, which I think is correct.<br />
<br />
Question is how can I set it up so that the user does not have to enter the login information to get back to the members area.<br />
<br />
Can anyone advise please.<br />
<br />
Keep safe and well<br />
<br />
Regards<br />
<br />
Dereck<!--content-->youcan use either some sort of session object to rememebr if a user has logged in for a certain period of time or coockies.<br />
that way you won't have to ask them for login over and over.<!--content-->Sorry to be a pain Khalid Ali <br />
<br />
Can you suggest where I can find a script that would do this for me. I would like to use sessions if possible.<br />
<br />
I am new to this PHP business but learning fast.<br />
<br />
Thanks for your help<br />
<br />
Keep safe and well<br />
<br />
Regards<br />
<br />
Dereck<!--content-->
 
Back
Top