Form Token with SSL - Joomla! Forum - community, help and support


hi @all

i have installation of joomla actual version 2.5.4 , php 5.3.3.
the access page allowed on ssl.

so problem now, have form have token defined following code

code: select all

<?php echo jhtml::_('form.token');?>

at browser see right token send server:
fdc55d7e7d5d5b5b6e40a2ef27094268:1

but on server side logging see token in format:
fdc55d7e7d5d5b5l\x18\xadi0a2ef27094268
instead of
fdc55d7e7d5d5b5b6e40a2ef27094268
which leads token check

code: select all

jsession::checktoken() or jexit(xtstext::_('jinvalid_token'));

failes.

has else had problem already? how can solve issue?
btw:
accept:application/json, text/javascript, */*; q=0.01
accept-charset:iso-8859-1,utf-8;q=0.7,*;q=0.3
accept-encoding:gzip,deflate,sdch
accept-language:en-us,en;q=0.8
connection:keep-alive
content-length:265
content-type:application/x-www-form-urlencoded
server:apache/2.2.15 (red hat)

many in advance.






Comments