Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to configure sessions?


zhwang

Recommended Posts

Posted

Can I should set Force Session USE true?

If set false? How session works? What's the usual configuration of sessions?

Who can help?thanks

Posted

more variables are necessary here.

 

do you have your own ssl certificate and on your own dedicated ip?

what is your host operating system?

 

in configure.php store_sessions should be set to mysql

Posted
more variables are necessary here.

 

do you have your own ssl certificate and on your own dedicated ip?

what is your host operating system?

 

in configure.php store_sessions should be set to mysql

 

I will use a shared ssl , and os is unix

and store_sessions is set to mysql.

Posted

shared ssl, you should not try to enable too much, as aol doesnt like much of anything.

Posted
Can I should set Force Session USE true?

If set false? How session works? What's the usual configuration of sessions?

Who can help?thanks

 

there is no force session use.

Treasurer MFC

Posted
shared ssl, you should not try to enable too much, as aol doesnt like much of anything.

 

Should I set "Force cookie use" true or false? If false, what way session works?

Posted
Should I set "Force cookie use" true or false? If false, what way session works?

 

 

force cookie use means that people cannot order from your store, not even add to their cart if they do not accept cookies. This because the session id then MUST be stored in a cookie. If you set it to false, osc still tries to set the cookie with the session id included. But if the cookie is rejected, it will add the session id to the url.

So that way customers can order without accepting cookies.

Treasurer MFC

Archived

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

×
×
  • Create New...