-1

I am using CkEditor in my osCommerce site.

Some of the pages use text content edited by CkEditor in admin>tools>page manager>pagename.

The text editor allows for HTML but not PHP.

My concern is whether the links on these pages pass session ID’s?

il_guru
  • 8,383
  • 2
  • 42
  • 51
philomine
  • 51
  • 1
  • 8

1 Answers1

0

You can intercept the saving of the content on server side, parse all urls and remove session ids.

Marek
  • 7,337
  • 1
  • 22
  • 33