So I try to send a message, but when I do, it says like error 500 ? and logs me out... When I log back in, it says my message was sent. Can someone fix it?
The error page don't have session code so it will always look like you're logged out when you get them (5xx and 4xx pages). You're not actually logged out in such cases.
So I try to send a message, but when I do, it says like error 500 ? and logs me out... When I log back in, it says my message was sent. Can someone fix it?