cancel
Showing results for 
Search instead for 
Did you mean: 

url issues

SOLVED

url issues

hello dear experts,

 

i am newbye in magento 2, i would like to receive your adivices, my actual project url always shows another extra part in its url... something like this:

 

mysite.com/?SID=06494453041a35d8750447b975e61280

 

whats does it mean?

 

thanks for all of you that could help me!

 

Smiley Happy

1 ACCEPTED SOLUTION

Accepted Solutions

Re: url issues

Hello @cesarupb 

 

Hope you are doing great!


As you said your url is appending with SID (mysite.com/?SID=06494453041a35d8750447b975e61280).

 

The SID is a "session ID". Magento uses this to track a user's activity within the same Magento installation. Normally, Magento powers one website and one store from one installation (database).

 

Magento could power multiple websites with multiple stores from one installation though. The SID allows users to stay logged in while navigating across these websites/stores.

 

I think if you have the function enabled, the SID is sent when accessing catalog URLs so Magento can update the session with the user's location/state for the current website/store.

If you're not running a multi-website or multi-store environment, it's safe to disable the SID on the frontend.

For this Go to the Store > Configuration > General > Web > Session Validation Settings > Use SID on Storefront and set its value to No.

 

If found my answer useful Please give Kudos and Accept it as Solution.

Thanks

Magento Developer
Ankita Biswas

View solution in original post

1 REPLY 1

Re: url issues

Hello @cesarupb 

 

Hope you are doing great!


As you said your url is appending with SID (mysite.com/?SID=06494453041a35d8750447b975e61280).

 

The SID is a "session ID". Magento uses this to track a user's activity within the same Magento installation. Normally, Magento powers one website and one store from one installation (database).

 

Magento could power multiple websites with multiple stores from one installation though. The SID allows users to stay logged in while navigating across these websites/stores.

 

I think if you have the function enabled, the SID is sent when accessing catalog URLs so Magento can update the session with the user's location/state for the current website/store.

If you're not running a multi-website or multi-store environment, it's safe to disable the SID on the frontend.

For this Go to the Store > Configuration > General > Web > Session Validation Settings > Use SID on Storefront and set its value to No.

 

If found my answer useful Please give Kudos and Accept it as Solution.

Thanks

Magento Developer
Ankita Biswas