| Posted by bill on 12/11/06 12:00 
relative PHP newbie, not new to computing or web design
 Login page -> get data page (bringing user name and password in
 form variables).
 
 get data page -> display data page (bringing user name and
 password in hidden form variables).
 
 display data page -> approval page (bringing user name and
 password in hidden form variables.  Also bringing disposition in
 a form variable.)
 
 
 the problem is:  from the approval page I want to redirect to the
 get data page, but need to bring along the user name and password
 so it does not get redirected back to the login page.
 
 Is this were I would profitably use session variables ?  I have
 not explored that solution.  Is there a better and/or easier one
 other than bringing the user name and password in the URL ?
 
 thanks
 
 bill
  Navigation: [Reply to this message] |