Question
Passing Variables through login page
Hi all,
I have a site www.hrhotlineinc.net that has a public and a member side. On the public side is a list of articles. Some are free and some are member only.
When you click on the article that is members only it goes from article.php to members/articledetails.php. The URL passes the variable articleID.
If the user is not logged on the user goes to articlelogin when clicking the article and they login. Again, using the Dreamweaver User Authenitcation behaviour. On success the user goes to articledetails.php in the members section.
The issue is I have never worked with session variables before. I tried to set one and echo that after the success url in the login but the page errors out.
How can I set that and still pass the articleID so it is readable in the url by the article detail page?
Thanks in advance.
I have a site www.hrhotlineinc.net that has a public and a member side. On the public side is a list of articles. Some are free and some are member only.
When you click on the article that is members only it goes from article.php to members/articledetails.php. The URL passes the variable articleID.
If the user is not logged on the user goes to articlelogin when clicking the article and they login. Again, using the Dreamweaver User Authenitcation behaviour. On success the user goes to articledetails.php in the members section.
The issue is I have never worked with session variables before. I tried to set one and echo that after the success url in the login but the page errors out.
How can I set that and still pass the articleID so it is readable in the url by the article detail page?
Thanks in advance.
