jquery - How to redirect to a page and add custom headers to the redirect -


hi need build log in page out using sessions or cookies.

how do redirect , add custom headers the redirect? want add custom header "authorize" redirect can validate token logged in user.

i'm using zend-framework , jquery. in not allowed use meta tags.

thanks in advance.

it seems wish not possible added custom headers discarded because redirect considered new request browser.

sessions , cookies suggested solution.

you can verify going through lot of questions asked before.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -