| Author |
Message |
bdmdesign Worker


Joined: May 11, 2009 Posts: 151 Location: Winsen/Luhe; Germany
|
Posted:
Wed Nov 11, 2009 12:24 pm |
|
Why i get this over the xhtml Validator:
modules.php?name=nukeNAV&op=login&osCsid=7dbd8n0so5vff3ik9jbvj5qho1
Its only the login Path
Thanx
Best Regards
Peter |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Wed Nov 11, 2009 12:39 pm |
|
Because the "&osCsid" needs to be "&osCsid". |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Wed Nov 11, 2009 12:43 pm |
|
looks like you need to add a couple shortlink rewrites
?osCsid=hasraddol1uje6pti9dvmd35t5
any links that have that after .html need some additional rewrites, something like
modules.php?name=catalog&osCsid=$1
I'm not familiar with the module or it's sid's so you might have to play around a bit..
it also looks like when the osCsid is added to the url it's adding & instead of & |
|
|
|
 |
bdmdesign Worker


Joined: May 11, 2009 Posts: 151 Location: Winsen/Luhe; Germany
|
Posted:
Wed Nov 11, 2009 12:57 pm |
|
I have searched in all files but i dont finde the "&" for the "&osCsid"
The osCsid should not be appended to the URL.
Best Regards
Peter |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Wed Nov 11, 2009 3:41 pm |
|
I would look for osCsid in the code, seems to be part of a function to manage sessions when a user first hits the site
noticed it's adding the osCsid to all the links on the first page hit, then disappears... I.E.
feedback.html?osCsid=5omtqs7bq1u4hcut1231vus1c0
account.html?osCsid=5omtqs7bq1u4hcut1231vus1c0 |
|
|
|
 |
bdmdesign Worker


Joined: May 11, 2009 Posts: 151 Location: Winsen/Luhe; Germany
|
Posted:
Wed Nov 11, 2009 3:47 pm |
|
Ok. Now i have turn off the nukeNAV Modules and the Validator says Valide.
Best Regards
Peter |
|
|
|
 |
bdmdesign Worker


Joined: May 11, 2009 Posts: 151 Location: Winsen/Luhe; Germany
|
Posted:
Thu Nov 12, 2009 12:20 pm |
|
Ok i have checked it today. The oscCid was behind evry URL from the Ravennuke, but not behind the osc-Modules. Damm and only as Guest.
I have played with the session settings in the osc_mainfile.
In the OSC Sessions:
Force Cookie Use True
Check SSL Session ID False
Check User Agent True
Check IP Address True
Prevent Spider Sessions True
Recreate Session False
Best Regards
Peter |
|
|
|
 |
|
|
|
|