php - How not to add current page to browser history -


i have little question. have login page after login redirects me different page. how can make page not added browser history when go third page, redirect me login page? heard html5's newest additions pushstate(), replacestate() don't know how use them or if suit problem. thanks.

i suggest using bbq jquery, have used before project work , worked wonders me, uses pushstate(), replacestate() , getstate() mentioned, opposed using html5, work on ie

http://benalman.com/projects/jquery-bbq-plugin/

hope work out!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -