Welcome! Log In Create A New Profile

Advanced

NGINX empty session

Posted by Nando 
NGINX empty session
April 02, 2013 06:44PM
http://serverfault.com/questions/495551/nginx-empty-session

Video with the error http://youtu.be/FDXXKo5LPy8

I installed the new 1.2.8 Nginx server with the same configurations from 1.2.1 and now I'm getting bugs to get sessions (flash sessions).

By default, I'm get error on every page doing that. But I Googled and found this config:

fastcgi_buffer_size 512k;
fastcgi_buffers 16 512k;
Now, some pages I get what I want, but this is because the sessions isn't so big.

How can I fix that?

Video with the error http://youtu.be/FDXXKo5LPy8

-----------

Already tried this directives:
client_header_buffer_size 512k;
large_client_header_buffers 16 512k;
client_body_buffer_size 1m;
client_max_body_size 2m;

No php errors, no nginx errors. This bugs I get on nginx 1.2.8 (windows and linux/debian on amazon ec2).
I tested this on local debian with nginx 1.2.1 and all worked fine.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 215
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready