oleg Posted September 18, 2017 Report Posted September 18, 2017 (edited) I have size limit in blesta session. When I put into session variable less then 64834 bytes - everything is ok. But 64834 bytes and more - variable is not store. In /components/session/session.php i did not find any limits. Can you tell what could be the reason? I already set memory_limit = 128M When i try to use sessions on this server without Blesta they work fine. That's why i think that the limit is setup in Blesta. Edited September 18, 2017 by oleg Quote
1 Tyson Posted September 27, 2017 Report Posted September 27, 2017 Session values are stored in the database as TEXT types, so they are limited to (2^16 - 1 = 65535) bytes. Quote
0 Abdy Posted September 18, 2017 Report Posted September 18, 2017 Probably you need increase memory_limit in your php.ini. Source: https://stackoverflow.com/questions/3202900/what-can-be-the-maximum-size-for-the-session Quote
0 oleg Posted September 18, 2017 Author Report Posted September 18, 2017 I already set memory_limit = 128M When i try to use sessions on this server without Blesta they work fine. That's why i think that the limit is setup in Blesta. Quote
Question
oleg
I have size limit in blesta session.
When I put into session variable less then 64834 bytes - everything is ok. But 64834 bytes and more - variable is not store.
In /components/session/session.php i did not find any limits.
Can you tell what could be the reason?
I already set memory_limit = 128M
When i try to use sessions on this server without Blesta they work fine. That's why i think that the limit is setup in Blesta.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.