zhwang Posted December 31, 2004 Posted December 31, 2004 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
Guest Posted December 31, 2004 Posted December 31, 2004 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
zhwang Posted December 31, 2004 Author Posted December 31, 2004 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 <{POST_SNAPBACK}> I will use a shared ssl , and os is unix and store_sessions is set to mysql.
Guest Posted December 31, 2004 Posted December 31, 2004 shared ssl, you should not try to enable too much, as aol doesnt like much of anything.
boxtel Posted December 31, 2004 Posted December 31, 2004 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 <{POST_SNAPBACK}> there is no force session use. Treasurer MFC
zhwang Posted December 31, 2004 Author Posted December 31, 2004 shared ssl, you should not try to enable too much, as aol doesnt like much of anything. <{POST_SNAPBACK}> Should I set "Force cookie use" true or false? If false, what way session works?
boxtel Posted December 31, 2004 Posted December 31, 2004 Should I set "Force cookie use" true or false? If false, what way session works? <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.