Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
546 stars 300 forks source link

Append token to logout command #235

Closed Jugolo closed 8 years ago

Jugolo commented 8 years ago

A simple solution for logout handling

Frug commented 8 years ago

My hero.

Frug commented 8 years ago

It really should be with every request, as part of the process to prevent any type of xss from getting users to post messages or whatever, but this will do for now.

Jugolo commented 8 years ago

it will be easy i will create a pull request when i has time :)