-
This problem occurs when using Chrome and Firefox (didn't test other browsers), whether the server is a local CentOS server, or on an Amazon EC2 server behind a load balancer;
The logout function in …
-
The encryption library has some remaining issues. It bluntly shoves data thru mcrypt_decrypt without checking data integrity. This can result in loss of data, even wrong variables, or worse.
i propos…
GDmac updated
10 years ago
-
I'm using Capistrano for deployment and my server grinds to a halt on every deploy.
I have lots of Stash caching going on (full page + fragments), and once the caching was implemented a deploy trigge…
-
When I tried to create user with `store_salt` to `FALSE` it is giving below error
``` php
$config['salt_length'] = 10;
$config['store_salt'] = FALSE;
```
**Here is the error**
``` php
Error Number…
-
If using database sessions, CodeIgniter's session engine checks if the user agent from the browser matches the one stored in the database. My Firefox User-Agent string is longer than 50 characters, so…
-
Hi guys,
i've a problem i these last few days. I dont know why. But when i try to use multiple instance of cart the last new goes to overwritten by first instance and i dont understand why this happen…
-
Hello, I'm having a problem logging into fuel using Chrome on Windows, all other browsers are working.
I don't get any error the page just gets refreshed. I'm wondering if this could be related to th…
-
why this code doesn't work to check if the user is authorized
function auth() {
if (isset($_GET['username'] && $_GET['username']=='allowed_username'))
return true;
else
return false;
}
ghost updated
10 years ago
-
CI 2.1.4, PHP 5.3.27
If code is trying to set/unset session userdata after the session has been destroyed it causes PHP Warnings.
(While the above behavior is not proper nor recommended, it may be p…
-
**EDIT**
The following vulnerabilities have been patched in my branch:
CWE-649: Reliance on Obfuscation or Encryption of Security-Relevant Inputs without Integrity Checking
CWE-329: Not Using a Rando…