Good afternoon,
One of our custom made scripts logs us out when accessing this page (back office).
There is something strange about this:
1. The usage of linking is like others: zen_href_link('page','','NONSSL')
2. The link looks the same like others (in the code, e.g. it shows zenAdminId="" )
3. It doesn't occur at other pages which are written with the same style and usage of links.
Code Example:
<a href="<?php echo zen_href_link('accounting_tool.php?order=order_total&sort=' . ($_GET['sort'] == 'desc' ? 'asc' : 'desc'), 'NONSSL'); ?>
Is there anything that should be done differently?
I am awaiting your reply, thanks in advance.
Streetglow.



