session.auto_start does not work without cookies.
Posted: Tue Aug 29, 2006 12:27 pm
When we started developing our site the session did not need to be enabled on every page. Now after a while it is being used on almost every page, so I want to use session.auto_start instead of starting session every time explicitly.
We want to accomodate people who use cookies and those who don't. The session.auto_start works fine with cookies but once you start blocking cookies it stops working. The urls on the page do not get rewritten to include session ids. The directive session.use_only_cookies is set to 0. When I dont use session.auto_start everything works and urls do get rewritten when cookies are disabled.
I serched net for this problem and found nothing. Please help.
We want to accomodate people who use cookies and those who don't. The session.auto_start works fine with cookies but once you start blocking cookies it stops working. The urls on the page do not get rewritten to include session ids. The directive session.use_only_cookies is set to 0. When I dont use session.auto_start everything works and urls do get rewritten when cookies are disabled.
I serched net for this problem and found nothing. Please help.