JoeAtRevolutionUnltd
Programmer
I have a login page that stores a username and password as session variables when a user logs in. There is also an order status login form, with the same users and passwords, that posts to another server where the order status is retrieved.
What I would like to do is if the user is logged in and clicks the order status link, they would be sent to the order status page with the login information, user name and password and automatically logged in.
Is there anyway to do this without passing the variables as $_GET variables?
Thanks
What I would like to do is if the user is logged in and clicks the order status link, they would be sent to the order status page with the login information, user name and password and automatically logged in.
Is there anyway to do this without passing the variables as $_GET variables?
Thanks