In my web site I destroy session but after logout if users press back on browser they can see last page.
How can I solve this ? I tried javascript but didn't work. I tried unset or destroy session but that doesn't work too. What I can do ?
I use these codes at header.
Header('Cache-Control: no-cache');
Header('Pragma: no-cache');
How can I solve this. Thanks for your help.