CodeIgniter Forums
back button problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: back button problem (/showthread.php?tid=11746)



back button problem - El Forum - 09-22-2008

[eluser]dimis[/eluser]
I have a locked section and I have the problem when user use the back button of IE and firefox the page is here as he did no lock out.
I use the
Code:
header('Cache-Control',
'no-store, no-cache, must-revalidate');
header('Expires', '-1');
header('Pragma', 'no-cache');
at header view.
and the html related tags.
I have a xamplite setup firefox 2 and IE 5.5
Dimis