Jump to content


Corporate Sponsors


Latest News: (loading..)

misterbling

Member Since 27 Apr 2005
Offline Last Active Oct 25 2011, 16:32
-----

Posts I've Made

In Topic: ULTIMATE Seo Urls 5 - by FWR Media

02 August 2011, 13:43

Robert,

Upgraded to your Pro version.

Am getting an odd issue with forcing cookies on. If you clear out cookies in a browser, everything is fine until your second click the site redirects you to the index page. Assuming its a session issue since once this happens if you keep the cookie there are no further issues. Wondering if this has happened to someone before? Tried in html_output

  function tep_href_link( $page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true ) {
    return Usu_Main::i()->hrefLink( $page, $parameters, $connection, $add_session_id, $search_engine_safe );
  }

  function tep_href_link( $page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = false, $search_engine_safe = true ) {
    return Usu_Main::i()->hrefLink( $page, $parameters, $connection, $add_session_id, $search_engine_safe );
  }

But still experiencing the issue. This is a long thread and haven't seen this issue, please if I could be pointed in the right direction.

Thanks