Welcome Guest, Not a member yet? Register   Sign In
Prevent users using the back button.
#6

[eluser]kurucu[/eluser]
No, but a) you could write a function that gets information from the session and then removes it
or b) you could write a class/extend one to do it at the top of each request
or c) I think there are some plugins that extend/replace CI session library with one that has the same interface, but uses PHP native sessions. This would mean you could drop it in and change none of your code.

See here: http://codeigniter.com/wiki/Summary_of_R...lugins.../
Under the heading Session Libraries you have Native Session and PHP Session which both look good.


But, needless to say, debug properly before changing everything!


Messages In This Thread
Prevent users using the back button. - by El Forum - 09-03-2009, 04:24 AM
Prevent users using the back button. - by El Forum - 09-03-2009, 05:37 AM
Prevent users using the back button. - by El Forum - 09-03-2009, 06:40 AM
Prevent users using the back button. - by El Forum - 09-03-2009, 07:05 AM
Prevent users using the back button. - by El Forum - 09-03-2009, 07:21 AM
Prevent users using the back button. - by El Forum - 09-03-2009, 07:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB