Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to get the session id to show in the url


Guest

Recommended Posts

i'm trying to do the opposite of what everyone tries to do :lol:

 

i need to test the page cache contribution i installed (been having problems with the <oscSID> thing showing in the url's alongside the sid... which breaks the site)

 

but i cannot get a sid to show, to save my life! i do not have any contributions used to disable it and i do not force cookies.

 

 

- i cleared browser cache

- browser cookies

- browser history

 

no luck!

Link to comment
Share on other sites

strange...

 

when i disable cookies in my browser (firefox) and i try to add a product to my cart, it just shows an empty cart.

 

 

i went to a few shops in the feedback forum and they both worked without me accepting cookies.

 

 

 

session settings via admin:

Session Directory /home/**/public_html/tmp

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Recreate Session False

 

 

 

from includes/configure.php:

define('HTTP_COOKIE_DOMAIN', 'www.mysite.com');

define('HTTPS_COOKIE_DOMAIN', 'www.mysite.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

 

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

 

 

.......i should mention the site works smoothly when cookies are enabled in my browser.

Link to comment
Share on other sites

strange...

 

when i disable cookies in my browser (firefox) and i try to add a product to my cart, it just shows an empty cart.

i went to a few shops in the feedback forum and they both worked without me accepting cookies.

session settings via admin:

Session Directory /home/**/public_html/tmp

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Recreate Session False

 

from includes/configure.php:

define('HTTP_COOKIE_DOMAIN', 'www.mysite.com');

define('HTTPS_COOKIE_DOMAIN', 'www.mysite.com');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

 

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

.......i should mention the site works smoothly when cookies are enabled in my browser.

 

I am having a similar problem. My orders do not show in the admin. When "confirm" is clicked, it takes the user to login page. Can someone please provide us some help?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...