I'm trying to create a cookie based login sequece.
1. user logs in
2. form data is sent to an intermediary .php page that checks the login with the db and sends back a result. the user then recieves a cookie based on the result.
3. i want to be able to send the user directly to the page that pulls up the cookie and includes a file specific to that cookie.
BUT, i can't figure out how to send the user to that last page. i've tried using a hidden form & form.submit() in javascript, and i've tried a php redirect but nothing seems to work.
any ideas?
thx,
Dangee