oxSession in OXID 4.2.0

Hello Friends,

I am trying to overwrite one oxsession class function in oxid version 4.2.0, but it cant be override, it always call default oxsession class function.
is there any restriction to override this oxsession class?
If no, then why cant i overwrite its function.
Let me know if you need my code.

Please reply,Thanks in advance.

do you know this wiki-article?

It means i cant override this function,
But i want to overwrite processUrl fiunction from oxSession class
because when i access my website first time it append force_sid in every link of home page and i want to remove it so…
Do you know any other way to remove it?

Hi,

IMO, you don’t have to write a module for that. Somebody switched force_sid explicitly on via blForceSessionStart in config.inc.php. See this release notes for more information:

Regards