power-media / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Page state is corrupted in high trafic #430

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Page state is corrupted.

What version of the product are you using? On what operating system?
PRADO v3.2.0

Original issue reported on code.google.com by herisetiyawan85 on 3 Jan 2013 at 10:35

GoogleCodeExporter commented 8 years ago
I once heard that words are money, but you've been a bit too scrooge.

Original comment by ctrlal...@gmail.com on 6 Jan 2013 at 6:05

GoogleCodeExporter commented 8 years ago
sorry about that, I've setup file application.xml as I attach the file, but I 
still always get the message "page state is corrupt", in one day I can get 3 or 
more messages, depending on traffic visitors, please help me, what should i do 
for my trouble, and thank you very much in advance

Original comment by herisetiyawan85 on 12 Jan 2013 at 5:14

GoogleCodeExporter commented 8 years ago
Your application is using TCachePageStatePersister to store the cached 
pagestate, using TDbCache as a backend.
The first thing that looks strange to me is:
StatePersister.CacheTimeout="3"
It means that every cached page will expire after 3 seconds; the default value 
in prado is 1800 (half an hour).
I've deleted the file you attached since it contains both the database 
credentials and the encryption keys for the website.

Original comment by ctrlal...@gmail.com on 15 Jan 2013 at 5:00

GoogleCodeExporter commented 8 years ago
thanks in advance for your answer, but I've tried to change their 
StatePersister.CacheTimeout into 1800, but I actually received more reports 
state error page that comes in, but when I try to enter a smaller value of the 
reports I have received less and less, but still always there,

is there any tips or suggestions to eliminate the problem of "page state is 
corrupt" is?

Original comment by herisetiyawan85 on 16 Jan 2013 at 2:38