Welcome Guest, Not a member yet? Register   Sign In
Help me security and cookie encrypted
#1

[eluser]kotakorange[/eluser]
I use form_open but always return not allowed. But it's only pass if I set the cookie as not encrypted on configuration. How I solve this thing, to pass the security but with encrypted cookie.

Thanks
Juniawan
#2

[eluser]Hire Codeigniter Developer[/eluser]
Paste your Code please.
#3

[eluser]kotakorange[/eluser]
I just use form_open() on view


set on config.php

$config['csrf_protection'] = TRUE;
$config['sess_encrypt_cookie'] = TRUE;

and do the action, on my script it's return action not allowed




Theme © iAndrew 2016 - Forum software by © MyBB