Author

Topic: been getting session verification failures.... (Read 531 times)

administrator
Activity: 5222
Merit: 13032
You'll notice that some links (such as the logout link) end in a long code like this:
https://bitcointalk.org/index.php?action=logout;sesc=3da541559918a808c2402bba5012f6c
All forms also have something like this, but it's hidden. The purpose of this code is to prevent CSRF attacks.

If you click a link or send a form that contains the wrong code, then you get the "session verification failed" error. This can happen when your code changes, but you're still looking at the old version of the page for some reason. Aggressive caching could cause this. Or maybe your browser is discarding the PHPSESSID cookie very frequently for some reason; your session code changes whenever you're issued a new PHPSESSID.
member
Activity: 84
Merit: 10
PM for journalist,typing,and data entry services.
I very rarely see that error. Maybe your browser is handling cookies strangely or aggressively caching pages.

On my mobile, wp8 Lumia 810 to be exact. It happens every now and then, and it just happened, and when I tried to log out, it kept saying verification failed... Finally got to work though.
administrator
Activity: 5222
Merit: 13032
I very rarely see that error. Maybe your browser is handling cookies strangely or aggressively caching pages.
member
Activity: 84
Merit: 10
PM for journalist,typing,and data entry services.
Its been happening more and more frequently. Its not that inconvenient to log in and out, but what is causing it?
Jump to: